| 程序包 | 说明 |
|---|---|
| org.apache.flink.formats.parquet |
| 限定符和类型 | 方法和说明 |
|---|---|
static <SplitT extends org.apache.flink.connector.file.src.FileSourceSplit> |
ParquetColumnarRowInputFormat.createPartitionedFormat(org.apache.hadoop.conf.Configuration hadoopConfig,
org.apache.flink.table.types.logical.RowType producedRowType,
List<String> partitionKeys,
org.apache.flink.table.filesystem.PartitionFieldExtractor<SplitT> extractor,
int batchSize,
boolean isUtcTimestamp,
boolean isCaseSensitive)
Create a partitioned
ParquetColumnarRowInputFormat, the partition columns can be
generated by Path. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.