public class AlterTableReplaceColumnsDesc extends AbstractAlterTableDesc
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
AlterTableReplaceColumnsDesc(TableName tableName,
Map<String,String> partitionSpec,
boolean isCascade,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> newColumns) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getNewColsString() |
List<org.apache.hadoop.hive.metastore.api.FieldSchema> |
getNewColumns() |
boolean |
mayNeedWriteId() |
expectView, getDbTableName, getEnvironmentContext, getFullTableName, getPartitionSpec, getProps, getReplicationSpec, getType, getWriteId, isCascade, setWriteIdpublic AlterTableReplaceColumnsDesc(TableName tableName, Map<String,String> partitionSpec, boolean isCascade, List<org.apache.hadoop.hive.metastore.api.FieldSchema> newColumns) throws SemanticException
SemanticExceptionpublic List<org.apache.hadoop.hive.metastore.api.FieldSchema> getNewColumns()
public boolean mayNeedWriteId()
Copyright © 2022 The Apache Software Foundation. All rights reserved.