| Package | Description |
|---|---|
| org.apache.flink.connector.file.table | |
| org.apache.flink.connector.file.table.batch.compact |
| Modifier and Type | Class and Description |
|---|---|
class |
RowDataPartitionComputer
PartitionComputer for RowData. |
class |
RowPartitionComputer
PartitionComputer for Row. |
| Modifier and Type | Method and Description |
|---|---|
PartitionWriter<T> |
PartitionWriterFactory.create(PartitionWriter.Context<T> context,
PartitionTempFileManager manager,
PartitionComputer<T> computer,
PartitionWriter.PartitionWriterListener writerListener) |
FileSystemOutputFormat.Builder<T> |
FileSystemOutputFormat.Builder.setPartitionComputer(PartitionComputer<T> computer) |
| Constructor and Description |
|---|
BatchFileWriter(FileSystemFactory fsFactory,
org.apache.flink.core.fs.Path tmpPath,
String[] partitionColumns,
boolean dynamicGrouped,
LinkedHashMap<String,String> staticPartitions,
OutputFormatFactory<T> formatFactory,
PartitionComputer<T> computer,
org.apache.flink.streaming.api.functions.sink.filesystem.OutputFileConfig outputFileConfig) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.