Uses of Interface
org.apache.flink.formats.parquet.vector.ColumnBatchFactory
-
Packages that use ColumnBatchFactory Package Description org.apache.flink.formats.parquet org.apache.flink.formats.parquet.vector -
-
Uses of ColumnBatchFactory in org.apache.flink.formats.parquet
Constructors in org.apache.flink.formats.parquet with parameters of type ColumnBatchFactory Constructor Description ParquetVectorizedInputFormat(SerializableConfiguration hadoopConfig, org.apache.flink.table.types.logical.RowType projectedType, ColumnBatchFactory<SplitT> batchFactory, int batchSize, boolean isUtcTimestamp, boolean isCaseSensitive) -
Uses of ColumnBatchFactory in org.apache.flink.formats.parquet.vector
Methods in org.apache.flink.formats.parquet.vector that return ColumnBatchFactory Modifier and Type Method Description static <SplitT extends org.apache.flink.connector.file.src.FileSourceSplit>
ColumnBatchFactory<SplitT>ColumnBatchFactory. withoutExtraFields()
-