public static interface PartitionCommitPolicy.Context
Modifier and Type | Method and Description |
---|---|
String |
catalogName()
Catalog name of this table.
|
String |
databaseName()
Database name of this table.
|
List<String> |
partitionKeys()
Table partition keys.
|
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()
Path partitionPath()
default LinkedHashMap<String,String> partitionSpec()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.