| 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.getAlterTableStmtDefaultConstraint(DefaultConstraint dc,
Table tb,
List<String> constraints) |
| Modifier and Type | Method and Description |
|---|---|
DefaultConstraint |
TableConstraintsInfo.getDefaultConstraint() |
DefaultConstraint |
Table.getDefaultConstraint() |
DefaultConstraint |
Hive.getEnabledDefaultConstraints(String dbName,
String tblName)
Get Default constraints associated with the table that are enabled
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DefaultConstraint.isNotEmpty(DefaultConstraint info) |
void |
TableConstraintsInfo.setDefaultConstraint(DefaultConstraint defaultConstraint) |
| 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.