public class HiveRowDataPartitionComputer
extends org.apache.flink.table.filesystem.RowDataPartitionComputer
RowDataPartitionComputer that converts Flink objects to Hive objects before computing the partition value strings.| 构造器和说明 |
|---|
HiveRowDataPartitionComputer(HiveShim hiveShim,
String defaultPartValue,
String[] columnNames,
org.apache.flink.table.types.DataType[] columnTypes,
String[] partitionColumns) |
| 限定符和类型 | 方法和说明 |
|---|---|
LinkedHashMap<String,String> |
generatePartValues(org.apache.flink.table.data.RowData in) |
public LinkedHashMap<String,String> generatePartValues(org.apache.flink.table.data.RowData in)
generatePartValues 在接口中 org.apache.flink.table.filesystem.PartitionComputer<org.apache.flink.table.data.RowData>generatePartValues 在类中 org.apache.flink.table.filesystem.RowDataPartitionComputerCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.