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