Uses of Interface
org.apache.flink.orc.vector.OrcVectorizedBatchWrapper
-
Packages that use OrcVectorizedBatchWrapper Package Description org.apache.flink.orc org.apache.flink.orc.shim org.apache.flink.orc.vector -
-
Uses of OrcVectorizedBatchWrapper in org.apache.flink.orc
Fields in org.apache.flink.orc declared as OrcVectorizedBatchWrapper Modifier and Type Field Description protected OrcVectorizedBatchWrapper<BATCH>OrcSplitReader. rowBatchWrapperMethods in org.apache.flink.orc that return OrcVectorizedBatchWrapper Modifier and Type Method Description OrcVectorizedBatchWrapper<BatchT>AbstractOrcFileInputFormat.OrcReaderBatch. orcVectorizedRowBatch()Gets the ORC VectorizedRowBatch structure from this batch.Methods in org.apache.flink.orc with parameters of type OrcVectorizedBatchWrapper Modifier and Type Method Description abstract 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 OrcVectorizedBatchWrapper Constructor Description OrcReaderBatch(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 OrcVectorizedBatchWrapper Modifier and Type Method Description OrcVectorizedBatchWrapper<BATCH>OrcShim. 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 OrcVectorizedBatchWrapper Modifier and Type Class Description classHiveOrcBatchWrapperWrapVectorizedRowBatchhive orc batch.
-