| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
List<SQLPrimaryKey> |
HiveMetaStoreClient.getPrimaryKeys(PrimaryKeysRequest req) |
List<SQLPrimaryKey> |
IMetaStoreClient.getPrimaryKeys(PrimaryKeysRequest request)
Get a primary key for a table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HiveMetaStoreClient.addPrimaryKey(List<SQLPrimaryKey> primaryKeyCols) |
void |
IMetaStoreClient.addPrimaryKey(List<SQLPrimaryKey> primaryKeyCols)
Add a primary key.
|
void |
AbstractThriftHiveMetastore.create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
HiveMetaStoreClient.createTableWithConstraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
IMetaStoreClient.createTableWithConstraints(Table tTbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
| Modifier and Type | Method and Description |
|---|---|
SQLPrimaryKey |
SQLPrimaryKey.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLPrimaryKey> |
AddPrimaryKeyRequest.getPrimaryKeyCols() |
Iterator<SQLPrimaryKey> |
AddPrimaryKeyRequest.getPrimaryKeyColsIterator() |
List<SQLPrimaryKey> |
PrimaryKeysResponse.getPrimaryKeys() |
List<SQLPrimaryKey> |
CreateTableRequest.getPrimaryKeys() |
List<SQLPrimaryKey> |
ThriftHiveMetastore.create_table_with_constraints_args.getPrimaryKeys() |
List<SQLPrimaryKey> |
SQLAllTableConstraints.getPrimaryKeys() |
Iterator<SQLPrimaryKey> |
PrimaryKeysResponse.getPrimaryKeysIterator() |
Iterator<SQLPrimaryKey> |
CreateTableRequest.getPrimaryKeysIterator() |
Iterator<SQLPrimaryKey> |
ThriftHiveMetastore.create_table_with_constraints_args.getPrimaryKeysIterator() |
Iterator<SQLPrimaryKey> |
SQLAllTableConstraints.getPrimaryKeysIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
AddPrimaryKeyRequest.addToPrimaryKeyCols(SQLPrimaryKey elem) |
void |
PrimaryKeysResponse.addToPrimaryKeys(SQLPrimaryKey elem) |
void |
CreateTableRequest.addToPrimaryKeys(SQLPrimaryKey elem) |
void |
ThriftHiveMetastore.create_table_with_constraints_args.addToPrimaryKeys(SQLPrimaryKey elem) |
void |
SQLAllTableConstraints.addToPrimaryKeys(SQLPrimaryKey elem) |
int |
SQLPrimaryKey.compareTo(SQLPrimaryKey other) |
boolean |
SQLPrimaryKey.equals(SQLPrimaryKey that) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.Iface.create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
ThriftHiveMetastore.Client.create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
ThriftHiveMetastore.AsyncIface.create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.Client.send_create_table_with_constraints(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
void |
AddPrimaryKeyRequest.setPrimaryKeyCols(List<SQLPrimaryKey> primaryKeyCols) |
void |
PrimaryKeysResponse.setPrimaryKeys(List<SQLPrimaryKey> primaryKeys) |
void |
CreateTableRequest.setPrimaryKeys(List<SQLPrimaryKey> primaryKeys) |
void |
ThriftHiveMetastore.create_table_with_constraints_args.setPrimaryKeys(List<SQLPrimaryKey> primaryKeys) |
void |
SQLAllTableConstraints.setPrimaryKeys(List<SQLPrimaryKey> primaryKeys) |
| Constructor and Description |
|---|
SQLPrimaryKey(SQLPrimaryKey other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
AddPrimaryKeyRequest(List<SQLPrimaryKey> primaryKeyCols) |
create_table_with_constraints_args(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints) |
create_table_with_constraints_call(Table tbl,
List<SQLPrimaryKey> primaryKeys,
List<SQLForeignKey> foreignKeys,
List<SQLUniqueConstraint> uniqueConstraints,
List<SQLNotNullConstraint> notNullConstraints,
List<SQLDefaultConstraint> defaultConstraints,
List<SQLCheckConstraint> checkConstraints,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
PrimaryKeysResponse(List<SQLPrimaryKey> primaryKeys) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.