| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
GetSchemaResponse |
AbstractThriftHiveMetastore.get_schema_req(GetSchemaRequest req) |
GetSchemaResponse |
HiveMetaStoreClient.getSchemaRequest(GetSchemaRequest req) |
GetSchemaResponse |
IMetaStoreClient.getSchemaRequest(GetSchemaRequest req)
Get schema for a table, including the partition columns.
|
| Modifier and Type | Method and Description |
|---|---|
GetSchemaRequest |
GetSchemaRequest.deepCopy() |
GetSchemaRequest |
ThriftHiveMetastore.get_schema_req_args.getReq() |
| Modifier and Type | Method and Description |
|---|---|
int |
GetSchemaRequest.compareTo(GetSchemaRequest other) |
boolean |
GetSchemaRequest.equals(GetSchemaRequest that) |
GetSchemaResponse |
ThriftHiveMetastore.Iface.get_schema_req(GetSchemaRequest req) |
GetSchemaResponse |
ThriftHiveMetastore.Client.get_schema_req(GetSchemaRequest req) |
void |
ThriftHiveMetastore.AsyncIface.get_schema_req(GetSchemaRequest req,
org.apache.thrift.async.AsyncMethodCallback<GetSchemaResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_schema_req(GetSchemaRequest req,
org.apache.thrift.async.AsyncMethodCallback<GetSchemaResponse> resultHandler) |
void |
ThriftHiveMetastore.Client.send_get_schema_req(GetSchemaRequest req) |
void |
ThriftHiveMetastore.get_schema_req_args.setReq(GetSchemaRequest req) |
| Constructor and Description |
|---|
get_schema_req_args(GetSchemaRequest req) |
get_schema_req_call(GetSchemaRequest req,
org.apache.thrift.async.AsyncMethodCallback<GetSchemaResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
GetSchemaRequest(GetSchemaRequest other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.