public interface OrcBatchReader<T>
Modifier and Type | Method and Description |
---|---|
T |
read(org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch batch)
Reads a row batch.
|
void |
setBatchContext(long batchOffsetInFile) |
T read(org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch batch)
void setBatchContext(long batchOffsetInFile)