public class DropPartitionsOperation extends AlterTableOperation
tableIdentifier
Constructor and Description |
---|
DropPartitionsOperation(ObjectIdentifier tableIdentifier,
boolean ifExists,
List<CatalogPartitionSpec> partitionSpecs) |
Modifier and Type | Method and Description |
---|---|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
List<CatalogPartitionSpec> |
getPartitionSpecs() |
boolean |
ifExists() |
getTableIdentifier
public DropPartitionsOperation(ObjectIdentifier tableIdentifier, boolean ifExists, List<CatalogPartitionSpec> partitionSpecs)
public boolean ifExists()
public List<CatalogPartitionSpec> getPartitionSpecs()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.