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.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 that return QueryPlan
static QueryPlan Utilities.deserializeQueryPlan(InputStream in, org.apache.hadoop.conf.Configuration conf)
          Deserialize the whole query plan.
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type QueryPlan
 void ConditionalTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 void FunctionTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void Task.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 void FetchTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void DDLTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void ExecDriver.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
          Initialization when invoked from QL.
static void Utilities.serializeQueryPlan(QueryPlan plan, OutputStream out)
          Serialize the whole query plan.
 

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 © 2010 The Apache Software Foundation