public class AlterTableChangeColumnDesc extends AbstractAlterTableWithConstraintsDesc
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
AlterTableChangeColumnDesc(TableName tableName,
Map<String,String> partitionSpec,
boolean isCascade,
Constraints constraints,
String oldColumnName,
String newColumnName,
String newColumnType,
String newColumnComment,
boolean first,
String afterColumn) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAfterColumn() |
String |
getNewColumnComment() |
String |
getNewColumnName() |
String |
getNewColumnType() |
String |
getOldColumnName() |
boolean |
isFirst() |
boolean |
mayNeedWriteId() |
getConstraintsexpectView, getDbTableName, getEnvironmentContext, getFullTableName, getPartitionSpec, getProps, getReplicationSpec, getType, getWriteId, isCascade, setWriteIdpublic AlterTableChangeColumnDesc(TableName tableName, Map<String,String> partitionSpec, boolean isCascade, Constraints constraints, String oldColumnName, String newColumnName, String newColumnType, String newColumnComment, boolean first, String afterColumn) throws SemanticException
SemanticExceptionpublic String getOldColumnName()
public String getNewColumnName()
public String getNewColumnType()
public String getNewColumnComment()
public boolean isFirst()
public String getAfterColumn()
public boolean mayNeedWriteId()
Copyright © 2024 The Apache Software Foundation. All rights reserved.