public class DropPartitionsOperation extends AlterTableOperation
tableIdentifier| Constructor and Description |
|---|
DropPartitionsOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
boolean ifExists,
List<org.apache.flink.table.catalog.CatalogPartitionSpec> partitionSpecs) |
| 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.CatalogPartitionSpec> |
getPartitionSpecs() |
boolean |
ifExists() |
getTableIdentifierpublic DropPartitionsOperation(org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
boolean ifExists,
List<org.apache.flink.table.catalog.CatalogPartitionSpec> partitionSpecs)
public boolean ifExists()
public List<org.apache.flink.table.catalog.CatalogPartitionSpec> getPartitionSpecs()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.