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