| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.metadata |
| Modifier and Type | Method and Description |
|---|---|
TableConstraintsInfo |
Hive.getTableConstraints(String dbName,
String tblName,
boolean fetchReliable,
boolean fetchEnabled,
long tableId) |
TableConstraintsInfo |
Table.getTableConstraintsInfo()
Constraints related methods
Note that set apis are used by DESCRIBE only, although get apis return RELY or ENABLE
constraints DESCRIBE could set all type of constraints
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.setTableConstraintsInfo(TableConstraintsInfo tableConstraintsInfo) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.