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

Packages that use OperatorType
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.plan.api   
 

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

Methods in org.apache.hadoop.hive.ql.exec that return OperatorType
 OperatorType JoinOperator.getType()
           
 OperatorType SMBMapJoinOperator.getType()
           
 OperatorType CollectOperator.getType()
           
 OperatorType HashTableSinkOperator.getType()
           
 OperatorType LimitOperator.getType()
           
 OperatorType GroupByOperator.getType()
           
 OperatorType SelectOperator.getType()
           
 OperatorType AbstractMapJoinOperator.getType()
           
 OperatorType LateralViewForwardOperator.getType()
           
 OperatorType ExtractOperator.getType()
           
 OperatorType FileSinkOperator.getType()
           
 OperatorType HashTableDummyOperator.getType()
           
 OperatorType ScriptOperator.getType()
           
 OperatorType ReduceSinkOperator.getType()
           
 OperatorType ForwardOperator.getType()
           
abstract  OperatorType Operator.getType()
          Return the type of the specific operator among the types in OperatorType.
 OperatorType TableScanOperator.getType()
           
 OperatorType LateralViewJoinOperator.getType()
           
 OperatorType FilterOperator.getType()
           
 OperatorType UnionOperator.getType()
           
 OperatorType MapJoinOperator.getType()
           
 OperatorType UDTFOperator.getType()
           
 OperatorType MapOperator.getType()
           
 

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

Methods in org.apache.hadoop.hive.ql.plan.api that return OperatorType
static OperatorType OperatorType.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 OperatorType Operator.getOperatorType()
           
static OperatorType OperatorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperatorType[] OperatorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.plan.api with parameters of type OperatorType
 void Operator.setOperatorType(OperatorType operatorType)
           
 

Constructors in org.apache.hadoop.hive.ql.plan.api with parameters of type OperatorType
Operator(String operatorId, OperatorType operatorType, Map<String,String> operatorAttributes, Map<String,Long> operatorCounters, boolean done, boolean started)
           
 



Copyright © 2011 The Apache Software Foundation