public abstract class AbstractAlterTableWithConstraintsDesc extends AbstractAlterTableDesc
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
AbstractAlterTableWithConstraintsDesc(AlterTableType type,
TableName tableName,
Map<String,String> partitionSpec,
ReplicationSpec replicationSpec,
boolean isCascade,
boolean expectView,
Map<String,String> props,
Constraints constraints) |
| Modifier and Type | Method and Description |
|---|---|
Constraints |
getConstraints() |
expectView, getDbTableName, getEnvironmentContext, getFullTableName, getPartitionSpec, getProps, getReplicationSpec, getType, getWriteId, isCascade, setWriteIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmayNeedWriteIdpublic AbstractAlterTableWithConstraintsDesc(AlterTableType type, TableName tableName, Map<String,String> partitionSpec, ReplicationSpec replicationSpec, boolean isCascade, boolean expectView, Map<String,String> props, Constraints constraints) throws SemanticException
SemanticExceptionpublic Constraints getConstraints()
Copyright © 2024 The Apache Software Foundation. All rights reserved.