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 AvroGenericRecordReaderFunction Read Iceberg rows asGenericRecord
.DataIteratorReaderFunction<T> AReaderFunction
implementation that usesDataIterator
.IcebergSourceReader<T> IcebergSourceReaderMetrics MetaDataReaderFunction Reading metadata tables (like snapshots, manifests, etc.)RecordAndPosition<T> A record along with the reader position to be stored in the checkpoint.RowDataReaderFunction