|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommonJoinOperator | |
---|---|
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
org.apache.hadoop.hive.ql.optimizer |
Uses of CommonJoinOperator in org.apache.hadoop.hive.ql.exec |
---|
Subclasses of CommonJoinOperator in org.apache.hadoop.hive.ql.exec | |
---|---|
class |
AbstractMapJoinOperator<T extends MapJoinDesc>
|
class |
JoinOperator
Join operator implementation. |
class |
MapJoinOperator
Map side Join operator implementation. |
class |
SMBMapJoinOperator
Sorted Merge Map Join Operator. |
Constructors in org.apache.hadoop.hive.ql.exec with parameters of type CommonJoinOperator | |
---|---|
CommonJoinOperator(CommonJoinOperator<T> clone)
|
|
SkewJoinHandler(CommonJoinOperator<? extends Serializable> joinOp)
|
Uses of CommonJoinOperator in org.apache.hadoop.hive.ql.optimizer |
---|
Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type CommonJoinOperator | |
---|---|
Map<CommonJoinOperator,Map<Byte,List<String>>> |
ColumnPrunerProcCtx.getJoinPrunedColLists()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |