Uses of Interface
org.apache.flink.orc.vector.OrcVectorizedBatchWrapper
Packages that use OrcVectorizedBatchWrapper
-
Uses of OrcVectorizedBatchWrapper in org.apache.flink.orc
Fields in org.apache.flink.orc declared as OrcVectorizedBatchWrapperModifier and TypeFieldDescriptionprotected final OrcVectorizedBatchWrapper<BATCH>OrcSplitReader.rowBatchWrapperMethods in org.apache.flink.orc that return OrcVectorizedBatchWrapperModifier and TypeMethodDescriptionAbstractOrcFileInputFormat.OrcReaderBatch.orcVectorizedRowBatch()Gets the ORC VectorizedRowBatch structure from this batch.Methods in org.apache.flink.orc with parameters of type OrcVectorizedBatchWrapperModifier and TypeMethodDescriptionabstract org.apache.flink.connector.file.src.reader.BulkFormat.RecordIterator<T>AbstractOrcFileInputFormat.OrcReaderBatch.convertAndGetIterator(OrcVectorizedBatchWrapper<BatchT> orcVectorizedRowBatch, long startingOffset) Converts the ORC VectorizedRowBatch into the result structure and returns an iterator over the entries.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) Constructors in org.apache.flink.orc with parameters of type OrcVectorizedBatchWrapperModifierConstructorDescriptionprotectedOrcReaderBatch(OrcVectorizedBatchWrapper<BatchT> orcVectorizedRowBatch, org.apache.flink.connector.file.src.util.Pool.Recycler<AbstractOrcFileInputFormat.OrcReaderBatch<T, BatchT>> recycler) -
Uses of OrcVectorizedBatchWrapper in org.apache.flink.orc.shim
Methods in org.apache.flink.orc.shim that return OrcVectorizedBatchWrapperModifier and TypeMethodDescriptionOrcShim.createBatchWrapper(org.apache.orc.TypeDescription schema, int batchSize) -
Uses of OrcVectorizedBatchWrapper in org.apache.flink.orc.vector
Classes in org.apache.flink.orc.vector that implement OrcVectorizedBatchWrapperModifier and TypeClassDescriptionclassWrapVectorizedRowBatchhive orc batch.