Package org.apache.iceberg.avro
Interface SupportsRowPosition
-
- All Known Implementing Classes:
DataReader
,FlinkAvroReader
,ProjectionDatumReader
,SparkAvroReader
,ValueReaders.StructReader
public interface SupportsRowPosition
Interface for readers that accept a callback to determine the starting row position of an Avro split.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setRowPositionSupplier(java.util.function.Supplier<java.lang.Long> posSupplier)
-