| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore |
| Modifier and Type | Method and Description |
|---|---|
static TableType |
TableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableType[] |
TableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
HiveMetaStoreClient.getTables(String catName,
String dbName,
String tablePattern,
TableType tableType) |
List<String> |
IMetaStoreClient.getTables(String catName,
String dbName,
String tablePattern,
TableType tableType)
Get the names of all tables in the specified database that satisfy the supplied
table name pattern and table type (MANAGED_TABLE || EXTERNAL_TABLE || VIRTUAL_VIEW)
|
List<String> |
HiveMetaStoreClient.getTables(String dbname,
String tablePattern,
TableType tableType) |
List<String> |
IMetaStoreClient.getTables(String dbName,
String tablePattern,
TableType tableType)
Get the names of all tables in the specified database that satisfy the supplied
table name pattern and table type (MANAGED_TABLE || EXTERNAL_TABLE || VIRTUAL_VIEW)
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.