Interface OrcRowReader<T>

    • Method Detail

      • read

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

        void setBatchContext​(long batchOffsetInFile)