public class AddPartitionsOperation extends AlterTableOperation
tableIdentifier| Constructor and Description |
|---|
AddPartitionsOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
boolean ifNotExists,
List<org.apache.flink.table.catalog.CatalogPartitionSpec> partitionSpecs,
List<org.apache.flink.table.catalog.CatalogPartition> catalogPartitions) |
| Modifier and Type | Method and Description |
|---|---|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
List<org.apache.flink.table.catalog.CatalogPartition> |
getCatalogPartitions() |
List<org.apache.flink.table.catalog.CatalogPartitionSpec> |
getPartitionSpecs() |
boolean |
ifNotExists() |
getTableIdentifierCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.