public class AlterTableUnsetPropertiesDesc extends AbstractAlterTableDesc
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
AlterTableUnsetPropertiesDesc(TableName tableName,
Map<String,String> partitionSpec,
ReplicationSpec replicationSpec,
boolean expectView,
Map<String,String> props,
boolean isExplicitStatsUpdate,
org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hive.metastore.api.EnvironmentContext |
getEnvironmentContext() |
boolean |
mayNeedWriteId() |
expectView, getDbTableName, getFullTableName, getPartitionSpec, getProps, getReplicationSpec, getType, getWriteId, isCascade, setWriteIdpublic AlterTableUnsetPropertiesDesc(TableName tableName, Map<String,String> partitionSpec, ReplicationSpec replicationSpec, boolean expectView, Map<String,String> props, boolean isExplicitStatsUpdate, org.apache.hadoop.hive.metastore.api.EnvironmentContext environmentContext) throws SemanticException
SemanticExceptionpublic org.apache.hadoop.hive.metastore.api.EnvironmentContext getEnvironmentContext()
getEnvironmentContext in class AbstractAlterTableDescpublic boolean mayNeedWriteId()
Copyright © 2022 The Apache Software Foundation. All rights reserved.