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

Packages that use QueryPlan
org.apache.hadoop.hive.ql.plan.api   
org.apache.hadoop.hive.service   
 

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

Methods in org.apache.hadoop.hive.ql.plan.api that return QueryPlan
 QueryPlan QueryPlan.deepCopy()
           
 

Methods in org.apache.hadoop.hive.ql.plan.api with parameters of type QueryPlan
 int QueryPlan.compareTo(QueryPlan other)
           
 boolean QueryPlan.equals(QueryPlan that)
           
 

Constructors in org.apache.hadoop.hive.ql.plan.api with parameters of type QueryPlan
QueryPlan(QueryPlan other)
          Performs a deep copy on other.
 

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

Methods in org.apache.hadoop.hive.service that return QueryPlan
 QueryPlan ThriftHive.Iface.getQueryPlan()
           
 QueryPlan ThriftHive.Client.getQueryPlan()
           
 QueryPlan HiveServer.HiveServerHandler.getQueryPlan()
           
 QueryPlan ThriftHive.AsyncClient.getQueryPlan_call.getResult()
           
 QueryPlan ThriftHive.getQueryPlan_result.getSuccess()
           
 QueryPlan ThriftHive.Client.recv_getQueryPlan()
           
 

Methods in org.apache.hadoop.hive.service with parameters of type QueryPlan
 void ThriftHive.getQueryPlan_result.setSuccess(QueryPlan success)
           
 

Constructors in org.apache.hadoop.hive.service with parameters of type QueryPlan
ThriftHive.getQueryPlan_result(QueryPlan success, HiveServerException ex)
           
 



Copyright © 2011 The Apache Software Foundation