| 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 |
|---|---|
void |
DDLPlanUtils.getAlterTableStmtForeignKeyConstraint(ForeignKeyInfo fr,
List<String> constraints,
Set<String> allTableNames) |
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyInfo |
TableConstraintsInfo.getForeignKeyInfo() |
ForeignKeyInfo |
Table.getForeignKeyInfo() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ForeignKeyInfo.isNotEmpty(ForeignKeyInfo info) |
void |
TableConstraintsInfo.setForeignKeyInfo(ForeignKeyInfo foreignKeyInfo) |
| 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.