Class BatchReader

java.lang.Object
org.apache.orc.impl.reader.tree.BatchReader
Direct Known Subclasses:
PrimitiveBatchReader, StructBatchReader

public abstract class BatchReader extends Object
The top level interface that the reader uses to read the columns from the ORC file.
  • Field Details

    • rootType

      public final TypeReader rootType
    • vectorColumnCount

      protected int vectorColumnCount
  • Constructor Details

    • BatchReader

      public BatchReader(TypeReader rootType)
  • Method Details