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