Uses of Class
org.apache.flink.orc.AbstractOrcFileInputFormat.OrcReaderBatch
Packages that use AbstractOrcFileInputFormat.OrcReaderBatch
-
Uses of AbstractOrcFileInputFormat.OrcReaderBatch in org.apache.flink.orc
Methods in org.apache.flink.orc that return AbstractOrcFileInputFormat.OrcReaderBatchModifier and TypeMethodDescriptionabstract 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.OrcReaderBatchModifier and TypeMethodDescriptionabstract 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.OrcReaderBatchModifierConstructorDescriptionprotectedOrcReaderBatch(OrcVectorizedBatchWrapper<BatchT> orcVectorizedRowBatch, org.apache.flink.connector.file.src.util.Pool.Recycler<AbstractOrcFileInputFormat.OrcReaderBatch<T, BatchT>> recycler) protectedOrcVectorizedReader(OrcShim<BatchT> shim, org.apache.orc.RecordReader orcReader, org.apache.flink.connector.file.src.util.Pool<AbstractOrcFileInputFormat.OrcReaderBatch<T, BatchT>> pool)