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