public static interface PartitionCommitPolicy.Context
| 限定符和类型 | 方法和说明 |
|---|---|
String |
catalogName()
Catalog name of this table.
|
String |
databaseName()
Database name of this table.
|
List<String> |
partitionKeys()
Table partition keys.
|
org.apache.flink.core.fs.Path |
partitionPath()
Path of this partition.
|
default LinkedHashMap<String,String> |
partitionSpec()
Partition spec in the form of a map from partition keys to values.
|
List<String> |
partitionValues()
Values of this partition.
|
String |
tableName()
Table name.
|
String catalogName()
String databaseName()
String tableName()
org.apache.flink.core.fs.Path partitionPath()
default LinkedHashMap<String,String> partitionSpec()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.