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