Uses of Interface
org.apache.flink.orc.vector.ColumnBatchFactory
-
Packages that use ColumnBatchFactory Package Description org.apache.flink.orc -
-
Uses of ColumnBatchFactory in org.apache.flink.orc
Constructors in org.apache.flink.orc with parameters of type ColumnBatchFactory Constructor Description OrcColumnarRowInputFormat(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)
-