| 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.getAlterTableStmtCheckConstraint(CheckConstraint ck,
List<String> constraints) |
| Modifier and Type | Method and Description |
|---|---|
CheckConstraint |
TableConstraintsInfo.getCheckConstraint() |
CheckConstraint |
Table.getCheckConstraint() |
CheckConstraint |
Hive.getEnabledCheckConstraints(String dbName,
String tblName)
Get CHECK constraints associated with the table that are enabled
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CheckConstraint.isNotEmpty(CheckConstraint info) |
void |
TableConstraintsInfo.setCheckConstraint(CheckConstraint checkConstraint) |
| Constructor and Description |
|---|
TableConstraintsInfo(PrimaryKeyInfo primaryKeyInfo,
ForeignKeyInfo foreignKeyInfo,
UniqueConstraint uniqueConstraint,
DefaultConstraint defaultConstraint,
CheckConstraint checkConstraint,
NotNullConstraint notNullConstraint) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.