public abstract class AbstractAlterTableDesc extends Object implements DDLDesc.DDLDescWithWriteId, Serializable
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
AbstractAlterTableDesc(AlterTableType type,
TableName tableName,
Map<String,String> partitionSpec,
ReplicationSpec replicationSpec,
boolean isCascade,
boolean expectView,
Map<String,String> props) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
expectView() |
String |
getDbTableName() |
org.apache.hadoop.hive.metastore.api.EnvironmentContext |
getEnvironmentContext() |
String |
getFullTableName() |
Map<String,String> |
getPartitionSpec() |
Map<String,String> |
getProps() |
ReplicationSpec |
getReplicationSpec() |
AlterTableType |
getType() |
Long |
getWriteId() |
boolean |
isCascade() |
void |
setWriteId(long writeId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmayNeedWriteIdpublic AbstractAlterTableDesc(AlterTableType type, TableName tableName, Map<String,String> partitionSpec, ReplicationSpec replicationSpec, boolean isCascade, boolean expectView, Map<String,String> props) throws SemanticException
SemanticExceptionpublic AlterTableType getType()
public String getDbTableName()
public ReplicationSpec getReplicationSpec()
public boolean isCascade()
public boolean expectView()
public org.apache.hadoop.hive.metastore.api.EnvironmentContext getEnvironmentContext()
public String getFullTableName()
getFullTableName in interface DDLDesc.DDLDescWithWriteIdpublic void setWriteId(long writeId)
setWriteId in interface DDLDesc.DDLDescWithWriteIdpublic Long getWriteId()
Copyright © 2024 The Apache Software Foundation. All rights reserved.