Interface OrcBatchReader<T>


public interface OrcBatchReader<T>
Used for implementing ORC batch readers.
  • Method Summary

    Modifier and Type
    Method
    Description
    read(org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch batch)
    Reads a row batch.
    void
    setBatchContext(long batchOffsetInFile)
     
  • Method Details

    • read

      T read(org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch batch)
      Reads a row batch.
    • setBatchContext

      void setBatchContext(long batchOffsetInFile)