Interface ReaderFunction<T>
-
- All Superinterfaces:
java.util.function.Function<IcebergSourceSplit,CloseableIterator<org.apache.flink.connector.base.source.reader.RecordsWithSplitIds<RecordAndPosition<T>>>>
,java.io.Serializable
- All Known Implementing Classes:
AvroGenericRecordReaderFunction
,DataIteratorReaderFunction
,MetaDataReaderFunction
,RowDataReaderFunction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ReaderFunction<T> extends java.io.Serializable, java.util.function.Function<IcebergSourceSplit,CloseableIterator<org.apache.flink.connector.base.source.reader.RecordsWithSplitIds<RecordAndPosition<T>>>>