| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
HiveMetaStoreClient.getTables(String catName,
String dbName,
List<String> tableNames,
GetProjectionsSpec projectionsSpec) |
List<Table> |
IMetaStoreClient.getTables(String catName,
String dbName,
List<String> tableNames,
GetProjectionsSpec projectionsSpec)
Get tables as objects (rather than just fetching their names).
|
| Modifier and Type | Method and Description |
|---|---|
GetProjectionsSpec |
GetProjectionsSpec.deepCopy() |
GetProjectionsSpec |
GetPartitionsRequest.getProjectionSpec() |
GetProjectionsSpec |
GetTablesRequest.getProjectionSpec() |
| Modifier and Type | Method and Description |
|---|---|
int |
GetProjectionsSpec.compareTo(GetProjectionsSpec other) |
boolean |
GetProjectionsSpec.equals(GetProjectionsSpec that) |
void |
GetPartitionsRequest.setProjectionSpec(GetProjectionsSpec projectionSpec) |
void |
GetTablesRequest.setProjectionSpec(GetProjectionsSpec projectionSpec) |
| Constructor and Description |
|---|
GetPartitionsRequest(String dbName,
String tblName,
GetProjectionsSpec projectionSpec,
GetPartitionsFilterSpec filterSpec) |
GetProjectionsSpec(GetProjectionsSpec other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.