Created
          November 9, 2019 11:54 
        
      - 
      
 - 
        
Save masayuki038/b8bb804a92ac807ce23d2653be9e6288 to your computer and use it in GitHub Desktop.  
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | public Enumerable<Object> project(DataContext root, Integer[] fields) { | |
| return new AbstractEnumerable<Object>() { | |
| public Enumerator<Object> enumerator() { | |
| return new AvroEnumerator(records, fields); | |
| } | |
| }; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment