Class PlannedDataReader<T>

java.lang.Object
org.apache.iceberg.data.avro.PlannedDataReader<T>
All Implemented Interfaces:
org.apache.avro.io.DatumReader<T>, SupportsRowPosition

public class PlannedDataReader<T> extends Object implements org.apache.avro.io.DatumReader<T>, SupportsRowPosition
  • Constructor Details

    • PlannedDataReader

      protected PlannedDataReader(Schema expectedSchema, Map<Integer,?> idToConstant)
  • Method Details