Package org.apache.iceberg.flink.source
Interface FileScanTaskReader<T>
- Type Parameters:
 T- is the output data type returned by this iterator.
- All Superinterfaces:
 Serializable
- All Known Implementing Classes:
 AvroGenericRecordFileScanTaskReader,DataTaskReader,RowDataFileScanTaskReader
Read a 
FileScanTask into a CloseableIterator- 
Method Summary
Modifier and TypeMethodDescriptionopen(FileScanTask fileScanTask, InputFilesDecryptor inputFilesDecryptor)  
- 
Method Details
- 
open
 
 -