Uses of Class
org.apache.hadoop.hive.ql.metadata.Hive

Packages that use Hive
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.metadata.formatting   
org.apache.hadoop.hive.ql.optimizer.index   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.parse.authorization   
org.apache.hadoop.hive.ql.security.authorization   
 

Uses of Hive in org.apache.hadoop.hive.ql.exec
 

Fields in org.apache.hadoop.hive.ql.exec declared as Hive
protected  Hive Task.db
           
 

Methods in org.apache.hadoop.hive.ql.exec that return Hive
static Hive FunctionRegistry.getHive()
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type Hive
static String ArchiveUtils.conflictingArchiveNameOrNull(Hive db, Table tbl, LinkedHashMap<String,String> partSpec)
          Determines if one can insert into partition(s), or there's a conflict with archive.
 int DDLTask.showColumns(Hive db, ShowColumnsDesc showCols)
           
 

Uses of Hive in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return Hive
static Hive Hive.get()
           
static Hive Hive.get(HiveConf c)
          Gets hive object for the current thread.
static Hive Hive.get(HiveConf c, boolean needsRefresh)
          get a connection to metastore.
 

Methods in org.apache.hadoop.hive.ql.metadata with parameters of type Hive
static void Hive.set(Hive hive)
           
 

Constructors in org.apache.hadoop.hive.ql.metadata with parameters of type Hive
HiveMetaStoreChecker(Hive hive)
           
 

Uses of Hive in org.apache.hadoop.hive.ql.metadata.formatting
 

Methods in org.apache.hadoop.hive.ql.metadata.formatting with parameters of type Hive
 void MetaDataFormatter.showTableStatus(DataOutputStream out, Hive db, HiveConf conf, List<Table> tbls, Map<String,String> part, Partition par)
          Show the table status.
 void JsonMetaDataFormatter.showTableStatus(DataOutputStream out, Hive db, HiveConf conf, List<Table> tbls, Map<String,String> part, Partition par)
           
 

Uses of Hive in org.apache.hadoop.hive.ql.optimizer.index
 

Methods in org.apache.hadoop.hive.ql.optimizer.index that return Hive
 Hive RewriteQueryUsingAggregateIndexCtx.getHiveDb()
           
 

Methods in org.apache.hadoop.hive.ql.optimizer.index with parameters of type Hive
static RewriteQueryUsingAggregateIndexCtx RewriteQueryUsingAggregateIndexCtx.getInstance(ParseContext parseContext, Hive hiveDb, String indexTableName, String baseTableName, String aggregateFunction)
           
 

Uses of Hive in org.apache.hadoop.hive.ql.parse
 

Fields in org.apache.hadoop.hive.ql.parse declared as Hive
protected  Hive TaskCompiler.db
           
protected  Hive BaseSemanticAnalyzer.db
           
 

Methods in org.apache.hadoop.hive.ql.parse that return Hive
protected static Hive BaseSemanticAnalyzer.createHiveDB(HiveConf conf)
           
 Hive BaseSemanticAnalyzer.getDb()
           
 Hive HiveSemanticAnalyzerHookContextImpl.getHive()
           
 Hive HiveSemanticAnalyzerHookContext.getHive()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type Hive
 void TezCompiler.init(HiveConf conf, SessionState.LogHelper console, Hive db)
           
 void TaskCompiler.init(HiveConf conf, SessionState.LogHelper console, Hive db)
           
 

Constructors in org.apache.hadoop.hive.ql.parse with parameters of type Hive
BaseSemanticAnalyzer.tableSpec(Hive db, HiveConf conf, ASTNode ast)
           
BaseSemanticAnalyzer.tableSpec(Hive db, HiveConf conf, ASTNode ast, boolean allowDynamicPartitionsSpec, boolean allowPartialPartitionsSpec)
           
BaseSemanticAnalyzer(HiveConf conf, Hive db)
           
DDLSemanticAnalyzer(HiveConf conf, Hive db)
           
 

Uses of Hive in org.apache.hadoop.hive.ql.parse.authorization
 

Constructors in org.apache.hadoop.hive.ql.parse.authorization with parameters of type Hive
HiveAuthorizationTaskFactoryImpl(HiveConf conf, Hive db)
           
 

Uses of Hive in org.apache.hadoop.hive.ql.security.authorization
 

Constructors in org.apache.hadoop.hive.ql.security.authorization with parameters of type Hive
HiveAuthorizationProviderBase.HiveProxy(Hive hive)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.