| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
SQLAllTableConstraints |
HiveMetaStoreClient.getAllTableConstraints(AllTableConstraintsRequest req)
Api to fetch all table constraints at once
|
SQLAllTableConstraints |
IMetaStoreClient.getAllTableConstraints(AllTableConstraintsRequest request)
Get all constraints of given table
|
| Modifier and Type | Method and Description |
|---|---|
SQLAllTableConstraints |
SQLAllTableConstraints.deepCopy() |
SQLAllTableConstraints |
AllTableConstraintsResponse.getAllTableConstraints() |
| Modifier and Type | Method and Description |
|---|---|
int |
SQLAllTableConstraints.compareTo(SQLAllTableConstraints other) |
boolean |
SQLAllTableConstraints.equals(SQLAllTableConstraints that) |
void |
AllTableConstraintsResponse.setAllTableConstraints(SQLAllTableConstraints allTableConstraints) |
| Constructor and Description |
|---|
AllTableConstraintsResponse(SQLAllTableConstraints allTableConstraints) |
SQLAllTableConstraints(SQLAllTableConstraints other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.