Uses of Interface
org.apache.flink.orc.vector.ColumnBatchFactory
Packages that use ColumnBatchFactory
-
Uses of ColumnBatchFactory in org.apache.flink.orc
Constructors in org.apache.flink.orc with parameters of type ColumnBatchFactoryModifierConstructorDescriptionOrcColumnarRowInputFormat(OrcShim<BatchT> shim, org.apache.hadoop.conf.Configuration hadoopConfig, org.apache.orc.TypeDescription schema, int[] selectedFields, List<OrcFilters.Predicate> conjunctPredicates, int batchSize, ColumnBatchFactory<BatchT, SplitT> batchFactory, org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.table.data.RowData> producedTypeInfo)