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.ppd |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapJoinOperator<T extends MapJoinDesc> |
class |
CommonMergeJoinOperator |
class |
JoinOperator
Join operator implementation.
|
class |
MapJoinOperator
Map side Join operator implementation.
|
class |
SMBMapJoinOperator
Sorted Merge Map Join Operator.
|
Constructor and Description |
---|
CommonJoinOperator(CommonJoinOperator<T> clone) |
SkewJoinHandler(CommonJoinOperator<? extends OperatorDesc> joinOp) |
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 |
---|---|
Map<CommonJoinOperator,Map<Byte,List<String>>> |
ColumnPrunerProcCtx.getJoinPrunedColLists() |
Modifier and Type | Method and Description |
---|---|
static int[][] |
PredicateTransitivePropagate.getTargets(CommonJoinOperator<JoinDesc> join) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.