| 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.optimizer | |
| org.apache.hadoop.hive.ql.parse |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonMergeJoinOperator |
class |
MapJoinOperator
Map side Join operator implementation.
|
class |
SMBMapJoinOperator
Sorted Merge Map Join Operator.
|
| Constructor and Description |
|---|
AbstractMapJoinOperator(AbstractMapJoinOperator<? extends MapJoinDesc> mjop) |
MapJoinOperator(AbstractMapJoinOperator<? extends MapJoinDesc> mjop) |
SMBMapJoinOperator(AbstractMapJoinOperator<? extends MapJoinDesc> mapJoinOp) |
| Modifier and Type | Class and Description |
|---|---|
class |
VectorMapJoinBaseOperator
The *NON-NATIVE* base vector map join operator class used by VectorMapJoinOperator and
VectorMapJoinOuterFilteredOperator.
|
class |
VectorMapJoinOperator
The vectorized version of the MapJoinOperator.
|
class |
VectorMapJoinOuterFilteredOperator
This is the *NON-NATIVE* vector map join operator for just LEFT OUTER JOIN and filtered.
|
class |
VectorSMBMapJoinOperator
VectorSMBJoinOperator.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMapJoinOperator<? extends MapJoinDesc> |
MapJoinProcessor.MapJoinWalkerCtx.getCurrMapJoinOp() |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractMapJoinOperator<? extends MapJoinDesc>> |
MapJoinProcessor.MapJoinWalkerCtx.getListMapJoinsNoRed() |
List<AbstractMapJoinOperator<? extends MapJoinDesc>> |
MapJoinProcessor.MapJoinWalkerCtx.getListRejectedMapJoins() |
| Modifier and Type | Method and Description |
|---|---|
static int |
MapJoinFactory.getPositionParent(AbstractMapJoinOperator<? extends MapJoinDesc> op,
Stack<Node> stack) |
void |
MapJoinProcessor.MapJoinWalkerCtx.setCurrMapJoinOp(AbstractMapJoinOperator<? extends MapJoinDesc> currMapJoinOp) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapJoinProcessor.MapJoinWalkerCtx.setListMapJoins(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed) |
void |
MapJoinProcessor.MapJoinWalkerCtx.setListRejectedMapJoins(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listRejectedMapJoins) |
| Constructor and Description |
|---|
MapJoinWalkerCtx(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed,
ParseContext pGraphContext) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractMapJoinOperator<? extends MapJoinDesc>> |
ParseContext.getListMapJoinOpsNoReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParseContext.setListMapJoinOpsNoReducer(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinOpsNoReducer) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.