| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.exec.vector | |
| org.apache.hadoop.hive.ql.exec.vector.mapjoin | |
| org.apache.hadoop.hive.ql.plan.api |
| Modifier and Type | Method and Description |
|---|---|
OperatorType |
UnionOperator.getType() |
OperatorType |
UDTFOperator.getType() |
OperatorType |
TableScanOperator.getType() |
OperatorType |
SparkHashTableSinkOperator.getType() |
OperatorType |
SMBMapJoinOperator.getType() |
OperatorType |
SelectOperator.getType() |
OperatorType |
ScriptOperator.getType() |
OperatorType |
ReduceSinkOperator.getType() |
OperatorType |
RCFileMergeOperator.getType() |
OperatorType |
PTFOperator.getType() |
OperatorType |
OrcFileMergeOperator.getType() |
abstract OperatorType |
Operator.getType()
Return the type of the specific operator among the
types in OperatorType.
|
OperatorType |
MuxOperator.getType() |
OperatorType |
MapOperator.getType() |
OperatorType |
MapJoinOperator.getType() |
OperatorType |
ListSinkOperator.getType() |
OperatorType |
LimitOperator.getType() |
OperatorType |
LateralViewJoinOperator.getType() |
OperatorType |
LateralViewForwardOperator.getType() |
OperatorType |
JoinOperator.getType() |
OperatorType |
HashTableSinkOperator.getType() |
OperatorType |
HashTableDummyOperator.getType() |
OperatorType |
GroupByOperator.getType() |
OperatorType |
ForwardOperator.getType() |
OperatorType |
FilterOperator.getType() |
OperatorType |
FileSinkOperator.getType() |
OperatorType |
DummyStoreOperator.getType() |
OperatorType |
DemuxOperator.getType() |
OperatorType |
CommonMergeJoinOperator.getType() |
OperatorType |
CollectOperator.getType() |
OperatorType |
AppMasterEventOperator.getType() |
OperatorType |
AbstractMapJoinOperator.getType() |
| Modifier and Type | Method and Description |
|---|---|
OperatorType |
VectorSelectOperator.getType() |
OperatorType |
VectorGroupByOperator.getType() |
| Modifier and Type | Method and Description |
|---|---|
OperatorType |
VectorMapJoinCommonOperator.getType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Operator.setOperatorType(OperatorType operatorType) |
| Constructor and Description |
|---|
Operator(String operatorId,
OperatorType operatorType,
Map<String,String> operatorAttributes,
Map<String,Long> operatorCounters,
boolean done,
boolean started) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.