public class HiveRowDataPartitionComputer
extends org.apache.flink.table.filesystem.RowDataPartitionComputer
RowDataPartitionComputer that converts Flink objects to Hive objects before computing
the partition value strings.| Constructor and Description |
|---|
HiveRowDataPartitionComputer(HiveShim hiveShim,
String defaultPartValue,
String[] columnNames,
org.apache.flink.table.types.DataType[] columnTypes,
String[] partitionColumns) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<String,String> |
generatePartValues(org.apache.flink.table.data.RowData in) |
public LinkedHashMap<String,String> generatePartValues(org.apache.flink.table.data.RowData in)
generatePartValues in interface org.apache.flink.table.filesystem.PartitionComputer<org.apache.flink.table.data.RowData>generatePartValues in class org.apache.flink.table.filesystem.RowDataPartitionComputerCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.