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 UnionOperator.getType()
           
 OperatorType LateralViewJoinOperator.getType()
           
 OperatorType SMBMapJoinOperator.getType()
           
 OperatorType LateralViewForwardOperator.getType()
           
 OperatorType GroupByOperator.getType()
           
 OperatorType UDTFOperator.getType()
           
 OperatorType TableScanOperator.getType()
           
 OperatorType FilterOperator.getType()
           
 OperatorType HashTableSinkOperator.getType()
           
 OperatorType ExtractOperator.getType()
           
abstract  OperatorType Operator.getType()
          Return the type of the specific operator among the types in OperatorType.
 OperatorType MapJoinOperator.getType()
           
 OperatorType MapOperator.getType()
           
 OperatorType SelectOperator.getType()
           
 OperatorType LimitOperator.getType()
           
 OperatorType CollectOperator.getType()
           
 OperatorType ScriptOperator.getType()
           
 OperatorType AbstractMapJoinOperator.getType()
           
 OperatorType ReduceSinkOperator.getType()
           
 OperatorType JoinOperator.getType()
           
 OperatorType ForwardOperator.getType()
           
 OperatorType FileSinkOperator.getType()
           
 OperatorType HashTableDummyOperator.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