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

Packages that use Operator
org.apache.hadoop.hive.ql.plan.api   
 

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

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

Methods in org.apache.hadoop.hive.ql.plan.api that return types with arguments of type Operator
 List<Operator> Task.getOperatorList()
           
 Iterator<Operator> Task.getOperatorListIterator()
           
 

Methods in org.apache.hadoop.hive.ql.plan.api with parameters of type Operator
 void Task.addToOperatorList(Operator elem)
           
 int Operator.compareTo(Operator other)
           
 boolean Operator.equals(Operator that)
           
 

Method parameters in org.apache.hadoop.hive.ql.plan.api with type arguments of type Operator
 void Task.setOperatorList(List<Operator> operatorList)
           
 

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



Copyright © 2011 The Apache Software Foundation