| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
FindSchemasByColsResp |
AbstractThriftHiveMetastore.get_schemas_by_cols(FindSchemasByColsRqst rqst) |
FindSchemasByColsResp |
HiveMetaStoreClient.getSchemaByCols(FindSchemasByColsRqst rqst) |
FindSchemasByColsResp |
IMetaStoreClient.getSchemaByCols(FindSchemasByColsRqst rqst)
Find all schema versions that have columns that match a query.
|
| Modifier and Type | Method and Description |
|---|---|
FindSchemasByColsRqst |
FindSchemasByColsRqst.deepCopy() |
FindSchemasByColsRqst |
ThriftHiveMetastore.get_schemas_by_cols_args.getRqst() |
| Modifier and Type | Method and Description |
|---|---|
int |
FindSchemasByColsRqst.compareTo(FindSchemasByColsRqst other) |
boolean |
FindSchemasByColsRqst.equals(FindSchemasByColsRqst that) |
FindSchemasByColsResp |
ThriftHiveMetastore.Iface.get_schemas_by_cols(FindSchemasByColsRqst rqst) |
FindSchemasByColsResp |
ThriftHiveMetastore.Client.get_schemas_by_cols(FindSchemasByColsRqst rqst) |
void |
ThriftHiveMetastore.AsyncIface.get_schemas_by_cols(FindSchemasByColsRqst rqst,
org.apache.thrift.async.AsyncMethodCallback<FindSchemasByColsResp> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_schemas_by_cols(FindSchemasByColsRqst rqst,
org.apache.thrift.async.AsyncMethodCallback<FindSchemasByColsResp> resultHandler) |
void |
ThriftHiveMetastore.Client.send_get_schemas_by_cols(FindSchemasByColsRqst rqst) |
void |
ThriftHiveMetastore.get_schemas_by_cols_args.setRqst(FindSchemasByColsRqst rqst) |
| Constructor and Description |
|---|
FindSchemasByColsRqst(FindSchemasByColsRqst other)
Performs a deep copy on other.
|
get_schemas_by_cols_args(FindSchemasByColsRqst rqst) |
get_schemas_by_cols_call(FindSchemasByColsRqst rqst,
org.apache.thrift.async.AsyncMethodCallback<FindSchemasByColsResp> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.