Uses of Class
org.apache.hadoop.hive.ql.QueryPlan

Packages that use QueryPlan
org.apache.hadoop.hive.ql   
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.mr   
org.apache.hadoop.hive.ql.history   
org.apache.hadoop.hive.ql.hooks   
org.apache.hadoop.hive.ql.io.rcfile.merge   
org.apache.hadoop.hive.ql.io.rcfile.stats   
org.apache.hadoop.hive.ql.io.rcfile.truncate   
org.apache.hadoop.hive.ql.log   
 

Uses of QueryPlan in org.apache.hadoop.hive.ql
 

Methods in org.apache.hadoop.hive.ql that return QueryPlan
 QueryPlan Driver.getPlan()
           
 

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

Fields in org.apache.hadoop.hive.ql.exec declared as QueryPlan
protected  QueryPlan Task.queryPlan
           
 

Methods in org.apache.hadoop.hive.ql.exec that return QueryPlan
 QueryPlan Task.getQueryPlan()
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type QueryPlan
 void DDLTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void FunctionTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void FetchTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void ConditionalTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 void Task.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 void ColumnStatsTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void Task.setQueryPlan(QueryPlan queryPlan)
           
static void Utilities.setWorkflowAdjacencies(Configuration conf, QueryPlan plan)
           
 

Uses of QueryPlan in org.apache.hadoop.hive.ql.exec.mr
 

Methods in org.apache.hadoop.hive.ql.exec.mr with parameters of type QueryPlan
 void MapredLocalTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 void ExecDriver.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
          Initialization when invoked from QL.
 

Uses of QueryPlan in org.apache.hadoop.hive.ql.history
 

Methods in org.apache.hadoop.hive.ql.history with parameters of type QueryPlan
 void HiveHistory.logPlanProgress(QueryPlan plan)
          Logs the current plan state
 void HiveHistoryImpl.logPlanProgress(QueryPlan plan)
           
 

Uses of QueryPlan in org.apache.hadoop.hive.ql.hooks
 

Methods in org.apache.hadoop.hive.ql.hooks that return QueryPlan
 QueryPlan HookContext.getQueryPlan()
           
 

Methods in org.apache.hadoop.hive.ql.hooks with parameters of type QueryPlan
 void HookContext.setQueryPlan(QueryPlan queryPlan)
           
 

Constructors in org.apache.hadoop.hive.ql.hooks with parameters of type QueryPlan
HookContext(QueryPlan queryPlan, HiveConf conf)
           
HookContext(QueryPlan queryPlan, HiveConf conf, Map<String,ContentSummary> inputPathToContentSummary)
           
 

Uses of QueryPlan in org.apache.hadoop.hive.ql.io.rcfile.merge
 

Methods in org.apache.hadoop.hive.ql.io.rcfile.merge with parameters of type QueryPlan
 void BlockMergeTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 

Uses of QueryPlan in org.apache.hadoop.hive.ql.io.rcfile.stats
 

Methods in org.apache.hadoop.hive.ql.io.rcfile.stats with parameters of type QueryPlan
 void PartialScanTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 

Uses of QueryPlan in org.apache.hadoop.hive.ql.io.rcfile.truncate
 

Methods in org.apache.hadoop.hive.ql.io.rcfile.truncate with parameters of type QueryPlan
 void ColumnTruncateTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 

Uses of QueryPlan in org.apache.hadoop.hive.ql.log
 

Methods in org.apache.hadoop.hive.ql.log with parameters of type QueryPlan
 void PerfLogger.close(org.apache.commons.logging.Log _log, QueryPlan queryPlan)
          Call this function at the end of processing a query (any time after the last call to PerfLogEnd for a given query) to run any cleanup/final steps that need to be run
 



Copyright © 2012 The Apache Software Foundation