Class AbstractOrcFileInputFormat.OrcReaderBatch<T,​BatchT>

  • Enclosing class:
    AbstractOrcFileInputFormat<T,​BatchT,​SplitT extends FileSourceSplit>

    protected abstract static class AbstractOrcFileInputFormat.OrcReaderBatch<T,​BatchT>
    extends Object
    The OrcReaderBatch class holds the data structures containing the batch data (column vectors, row arrays, ...) and performs the batch conversion from the ORC representation to the result format.

    This base class only holds the ORC Column Vectors, subclasses hold additionally the result structures and implement the conversion in convertAndGetIterator(OrcVectorizedBatchWrapper, long).