public class HiveWrapper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HiveWrapper.Tuple<T> |
| Constructor and Description |
|---|
HiveWrapper(Hive db,
String dbName) |
HiveWrapper(Hive db,
String dbName,
long lastReplId) |
| Modifier and Type | Method and Description |
|---|---|
HiveWrapper.Tuple<org.apache.hadoop.hive.metastore.api.Database> |
database() |
HiveWrapper.Tuple<org.apache.hadoop.hive.metastore.api.Function> |
function(String name) |
HiveWrapper.Tuple<Table> |
table(String tableName) |
public HiveWrapper.Tuple<org.apache.hadoop.hive.metastore.api.Function> function(String name) throws HiveException
HiveExceptionpublic HiveWrapper.Tuple<org.apache.hadoop.hive.metastore.api.Database> database() throws HiveException
HiveExceptionpublic HiveWrapper.Tuple<Table> table(String tableName) throws HiveException
HiveExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.