Uses of Class
org.apache.flink.orc.AbstractOrcFileInputFormat.OrcReaderBatch
-
Packages that use AbstractOrcFileInputFormat.OrcReaderBatch Package Description org.apache.flink.orc -
-
Uses of AbstractOrcFileInputFormat.OrcReaderBatch in org.apache.flink.orc
Methods in org.apache.flink.orc that return AbstractOrcFileInputFormat.OrcReaderBatch Modifier and Type Method Description abstract AbstractOrcFileInputFormat.OrcReaderBatch<T,BatchT>AbstractOrcFileInputFormat. createReaderBatch(SplitT split, OrcVectorizedBatchWrapper<BatchT> orcBatch, org.apache.flink.connector.file.src.util.Pool.Recycler<AbstractOrcFileInputFormat.OrcReaderBatch<T,BatchT>> recycler, int batchSize)Creates theAbstractOrcFileInputFormat.OrcReaderBatchstructure, which is responsible for holding the data structures that hold the batch data (column vectors, row arrays, ...) and the batch conversion from the ORC representation to the result format.AbstractOrcFileInputFormat.OrcReaderBatch<org.apache.flink.table.data.RowData,BatchT>OrcColumnarRowInputFormat. createReaderBatch(SplitT split, OrcVectorizedBatchWrapper<BatchT> orcBatch, org.apache.flink.connector.file.src.util.Pool.Recycler<AbstractOrcFileInputFormat.OrcReaderBatch<org.apache.flink.table.data.RowData,BatchT>> recycler, int batchSize)Method parameters in org.apache.flink.orc with type arguments of type AbstractOrcFileInputFormat.OrcReaderBatch Modifier and Type Method Description abstract AbstractOrcFileInputFormat.OrcReaderBatch<T,BatchT>AbstractOrcFileInputFormat. createReaderBatch(SplitT split, OrcVectorizedBatchWrapper<BatchT> orcBatch, org.apache.flink.connector.file.src.util.Pool.Recycler<AbstractOrcFileInputFormat.OrcReaderBatch<T,BatchT>> recycler, int batchSize)Creates theAbstractOrcFileInputFormat.OrcReaderBatchstructure, which is responsible for holding the data structures that hold the batch data (column vectors, row arrays, ...) and the batch conversion from the ORC representation to the result format.AbstractOrcFileInputFormat.OrcReaderBatch<org.apache.flink.table.data.RowData,BatchT>OrcColumnarRowInputFormat. createReaderBatch(SplitT split, OrcVectorizedBatchWrapper<BatchT> orcBatch, org.apache.flink.connector.file.src.util.Pool.Recycler<AbstractOrcFileInputFormat.OrcReaderBatch<org.apache.flink.table.data.RowData,BatchT>> recycler, int batchSize)Constructor parameters in org.apache.flink.orc with type arguments of type AbstractOrcFileInputFormat.OrcReaderBatch Constructor Description OrcReaderBatch(OrcVectorizedBatchWrapper<BatchT> orcVectorizedRowBatch, org.apache.flink.connector.file.src.util.Pool.Recycler<AbstractOrcFileInputFormat.OrcReaderBatch<T,BatchT>> recycler)OrcVectorizedReader(OrcShim<BatchT> shim, org.apache.orc.RecordReader orcReader, org.apache.flink.connector.file.src.util.Pool<AbstractOrcFileInputFormat.OrcReaderBatch<T,BatchT>> pool)
-