| 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.getAlterTableStmtNotNullConstraint(NotNullConstraint nc,
Table tb,
List<String> constraints) |
| Modifier and Type | Method and Description |
|---|---|
NotNullConstraint |
Hive.getEnabledNotNullConstraints(String dbName,
String tblName)
Get not null constraints associated with the table that are enabled/enforced.
|
NotNullConstraint |
TableConstraintsInfo.getNotNullConstraint() |
NotNullConstraint |
Table.getNotNullConstraint() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NotNullConstraint.isNotEmpty(NotNullConstraint info) |
void |
TableConstraintsInfo.setNotNullConstraint(NotNullConstraint notNullConstraint) |
| 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.