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

Packages that use QueryPlan
org.apache.hadoop.hive.ql   
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.history   
 

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 with parameters of type QueryPlan
 void FunctionTask.initialize(HiveConf conf, QueryPlan queryPlan)
           
 void FetchTask.initialize(HiveConf conf, QueryPlan queryPlan)
           
 void ExecDriver.initialize(HiveConf conf, QueryPlan queryPlan)
          Initialization when invoked from QL
 void DDLTask.initialize(HiveConf conf, QueryPlan queryPlan)
           
 void ConditionalTask.initialize(HiveConf conf, QueryPlan queryPlan)
           
 void Task.initialize(HiveConf conf, QueryPlan queryPlan)
           
 

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)
           
 



Copyright © 2009 The Apache Software Foundation