| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.ddl.table | |
| org.apache.hadoop.hive.ql.ddl.table.column.change | |
| org.apache.hadoop.hive.ql.ddl.table.constraint.add |
| Modifier and Type | Method and Description |
|---|---|
Constraints |
AbstractAlterTableWithConstraintsDesc.getConstraints() |
| Constructor and Description |
|---|
AbstractAlterTableWithConstraintsDesc(AlterTableType type,
TableName tableName,
Map<String,String> partitionSpec,
ReplicationSpec replicationSpec,
boolean isCascade,
boolean expectView,
Map<String,String> props,
Constraints constraints) |
| 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) |
| Constructor and Description |
|---|
AlterTableAddConstraintDesc(TableName tableName,
ReplicationSpec replicationSpec,
Constraints constraints) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.