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