| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.metadata |
| Modifier and Type | Method and Description |
|---|---|
String |
DDLPlanUtils.getAlterTableStmtPrimaryKeyConstraint(PrimaryKeyInfo pr) |
| Modifier and Type | Method and Description |
|---|---|
PrimaryKeyInfo |
TableConstraintsInfo.getPrimaryKeyInfo() |
PrimaryKeyInfo |
Table.getPrimaryKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PrimaryKeyInfo.isNotEmpty(PrimaryKeyInfo info) |
void |
TableConstraintsInfo.setPrimaryKeyInfo(PrimaryKeyInfo primaryKeyInfo) |
| Constructor and Description |
|---|
TableConstraintsInfo(PrimaryKeyInfo primaryKeyInfo,
ForeignKeyInfo foreignKeyInfo,
UniqueConstraint uniqueConstraint,
DefaultConstraint defaultConstraint,
CheckConstraint checkConstraint,
NotNullConstraint notNullConstraint) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.