Package org.apache.iceberg.orc
Interface OrcBatchReader<T>
- 
 public interface OrcBatchReader<T>Used for implementing ORC batch readers.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Tread(org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch batch)Reads a row batch.voidsetBatchContext(long batchOffsetInFile)
 
- 
- 
- 
Method Detail- 
readT read(org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch batch) Reads a row batch.
 - 
setBatchContextvoid setBatchContext(long batchOffsetInFile) 
 
- 
 
-