public abstract class AlterPartitionOperation extends AlterTableOperation
Modifier and Type | Field and Description |
---|---|
protected CatalogPartitionSpec |
partitionSpec |
ignoreIfTableNotExists, tableIdentifier
Constructor and Description |
---|
AlterPartitionOperation(ObjectIdentifier tableIdentifier,
CatalogPartitionSpec partitionSpec) |
Modifier and Type | Method and Description |
---|---|
CatalogPartitionSpec |
getPartitionSpec() |
getTableIdentifier, ignoreIfTableNotExists
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSummaryString
protected final CatalogPartitionSpec partitionSpec
public AlterPartitionOperation(ObjectIdentifier tableIdentifier, CatalogPartitionSpec partitionSpec)
public CatalogPartitionSpec getPartitionSpec()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.