Package org.apache.iceberg.flink.data
Class FlinkOrcReader
- java.lang.Object
- 
- org.apache.iceberg.flink.data.FlinkOrcReader
 
- 
- All Implemented Interfaces:
- OrcRowReader<org.apache.flink.table.data.RowData>
 
 public class FlinkOrcReader extends java.lang.Object implements OrcRowReader<org.apache.flink.table.data.RowData> 
- 
- 
Constructor SummaryConstructors Constructor Description FlinkOrcReader(Schema iSchema, org.apache.orc.TypeDescription readSchema)FlinkOrcReader(Schema iSchema, org.apache.orc.TypeDescription readSchema, java.util.Map<java.lang.Integer,?> idToConstant)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.table.data.RowDataread(org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch batch, int row)Reads a row.voidsetBatchContext(long batchOffsetInFile)
 
- 
- 
- 
Method Detail- 
readpublic org.apache.flink.table.data.RowData read(org.apache.orc.storage.ql.exec.vector.VectorizedRowBatch batch, int row)Description copied from interface:OrcRowReaderReads a row.- Specified by:
- readin interface- OrcRowReader<org.apache.flink.table.data.RowData>
 
 - 
setBatchContextpublic void setBatchContext(long batchOffsetInFile) - Specified by:
- setBatchContextin interface- OrcRowReader<org.apache.flink.table.data.RowData>
 
 
- 
 
-