Package org.apache.iceberg.flink.source.reader
-
Interface Summary Interface Description DataIteratorBatcher<T> Batcher converts iterator of T into iterator of batchedRecordsWithSplitIds<RecordAndPosition<T>>, as FLIP-27'sSplitReader.fetch()returns batched records.ReaderFunction<T> -
Class Summary Class Description DataIteratorReaderFunction<T> AReaderFunctionimplementation that usesDataIterator.IcebergSourceReader<T> ReaderMetricsContext RecordAndPosition<T> A record along with the reader position to be stored in the checkpoint.RowDataReaderFunction