Uses of Class
org.apache.hadoop.hive.ql.exec.CommonJoinOperator

Packages that use CommonJoinOperator
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.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 OperatorDesc> joinOp)
           
 

Uses of CommonJoinOperator in org.apache.hadoop.hive.ql.exec.vector
 

Subclasses of CommonJoinOperator in org.apache.hadoop.hive.ql.exec.vector
 class VectorMapJoinOperator
          The vectorized version of the MapJoinOperator.
 class VectorSMBMapJoinOperator
          VectorSMBJoinOperator.
 

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()
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.