public interface HiveCompatibility
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hive.metastore.api.Table |
getTable(String dbname,
String name)
Get table operation.
|
boolean |
tableExists(String dbname,
String name)
Test if a table exists.
|
org.apache.hadoop.hive.metastore.api.Table getTable(String dbname, String name) throws org.apache.hadoop.hive.metastore.api.MetaException, org.apache.thrift.TException, org.apache.hadoop.hive.metastore.api.NoSuchObjectException
dbname
- database namename
- table nameorg.apache.hadoop.hive.metastore.api.MetaException
org.apache.thrift.TException
org.apache.hadoop.hive.metastore.api.NoSuchObjectException
boolean tableExists(String dbname, String name) throws org.apache.hadoop.hive.metastore.api.MetaException, org.apache.thrift.TException, org.apache.hadoop.hive.metastore.api.NoSuchObjectException
dbname
- database namename
- table nameorg.apache.hadoop.hive.metastore.api.MetaException
org.apache.thrift.TException
org.apache.hadoop.hive.metastore.api.NoSuchObjectException
Copyright © 2023. All Rights Reserved.