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

Packages that use MapJoinOperator
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.exec.mr   
org.apache.hadoop.hive.ql.exec.tez   
org.apache.hadoop.hive.ql.exec.vector   
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.optimizer.physical   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

Uses of MapJoinOperator in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type MapJoinOperator
 void HashTableLoader.init(ExecMapperContext context, org.apache.hadoop.conf.Configuration hconf, MapJoinOperator joinOp)
           
 

Constructors in org.apache.hadoop.hive.ql.exec with parameters of type MapJoinOperator
HashTableSinkOperator(MapJoinOperator mjop)
           
 

Uses of MapJoinOperator in org.apache.hadoop.hive.ql.exec.mr
 

Methods in org.apache.hadoop.hive.ql.exec.mr with parameters of type MapJoinOperator
 void HashTableLoader.init(ExecMapperContext context, org.apache.hadoop.conf.Configuration hconf, MapJoinOperator joinOp)
           
 

Uses of MapJoinOperator in org.apache.hadoop.hive.ql.exec.tez
 

Methods in org.apache.hadoop.hive.ql.exec.tez with parameters of type MapJoinOperator
 void HashTableLoader.init(ExecMapperContext context, org.apache.hadoop.conf.Configuration hconf, MapJoinOperator joinOp)
           
 

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

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

Uses of MapJoinOperator in org.apache.hadoop.hive.ql.optimizer
 

Methods in org.apache.hadoop.hive.ql.optimizer that return MapJoinOperator
 MapJoinOperator ConvertJoinMapJoin.convertJoinMapJoin(JoinOperator joinOp, OptimizeTezProcContext context, int bigTablePosition)
           
static MapJoinOperator MapJoinProcessor.convertJoinOpMapJoinOp(HiveConf hconf, LinkedHashMap<Operator<? extends OperatorDesc>,OpParseContext> opParseCtxMap, JoinOperator op, QBJoinTree joinTree, int mapJoinPos, boolean noCheckOuterJoin)
           
protected  MapJoinOperator AbstractSMBJoinProc.convertJoinToBucketMapJoin(JoinOperator joinOp, SortBucketJoinProcCtx joinContext, ParseContext parseContext)
           
static MapJoinOperator MapJoinProcessor.convertMapJoin(HiveConf conf, LinkedHashMap<Operator<? extends OperatorDesc>,OpParseContext> opParseCtxMap, JoinOperator op, QBJoinTree joinTree, int mapJoinPos, boolean noCheckOuterJoin, boolean validateMapJoinTree)
          convert a regular join to a a map-side join.
static MapJoinOperator MapJoinProcessor.convertSMBJoinToMapJoin(HiveConf hconf, Map<Operator<? extends OperatorDesc>,OpParseContext> opParseCtxMap, SMBMapJoinOperator smbJoinOp, QBJoinTree joinTree, int bigTablePos, boolean noCheckOuterJoin)
          convert a sortmerge join to a a map-side join.
 MapJoinOperator MapJoinProcessor.generateMapJoinOperator(ParseContext pctx, JoinOperator op, QBJoinTree joinTree, int mapJoinPos)
           
 

Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type MapJoinOperator
protected  boolean AbstractSMBJoinProc.canConvertBucketMapJoinToSMBJoin(MapJoinOperator mapJoinOp, Stack<Node> stack, SortBucketJoinProcCtx smbJoinContext, Object... nodeOutputs)
           
protected  boolean AbstractBucketJoinProc.canConvertMapJoinToBucketMapJoin(MapJoinOperator mapJoinOp, ParseContext pGraphContext, BucketJoinProcCtx context)
           
protected  SMBMapJoinOperator AbstractSMBJoinProc.convertBucketMapJoinToSMBJoin(MapJoinOperator mapJoinOp, SortBucketJoinProcCtx smbJoinContext, ParseContext parseContext)
           
protected  void AbstractBucketJoinProc.convertMapJoinToBucketMapJoin(MapJoinOperator mapJoinOp, BucketJoinProcCtx context)
           
static void MapJoinProcessor.genLocalWorkForMapJoin(MapredWork newWork, MapJoinOperator newMapJoinOp, int mapJoinPos)
           
 

Uses of MapJoinOperator in org.apache.hadoop.hive.ql.optimizer.physical
 

Methods in org.apache.hadoop.hive.ql.optimizer.physical that return types with arguments of type MapJoinOperator
 Map<MapJoinOperator,List<Operator<? extends OperatorDesc>>> MapJoinResolver.LocalMapJoinProcCtx.getDirectWorks()
           
 

Methods in org.apache.hadoop.hive.ql.optimizer.physical with parameters of type MapJoinOperator
 void MapJoinResolver.LocalMapJoinProcCtx.addDirectWorks(MapJoinOperator mapJoinOp, List<Operator<? extends OperatorDesc>> directOperators)
           
 

Method parameters in org.apache.hadoop.hive.ql.optimizer.physical with type arguments of type MapJoinOperator
 void MapJoinResolver.LocalMapJoinProcCtx.setDirectWorks(Map<MapJoinOperator,List<Operator<? extends OperatorDesc>>> directWorks)
           
 

Uses of MapJoinOperator in org.apache.hadoop.hive.ql.parse
 

Fields in org.apache.hadoop.hive.ql.parse with type parameters of type MapJoinOperator
 Set<MapJoinOperator> GenTezProcContext.currentMapJoinOperators
           
 Map<MapJoinOperator,List<Operator<?>>> GenTezProcContext.mapJoinParentMap
           
 Map<MapJoinOperator,List<BaseWork>> GenTezProcContext.mapJoinWorkMap
           
 

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type MapJoinOperator
 Map<MapJoinOperator,QBJoinTree> ParseContext.getMapJoinContext()
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type MapJoinOperator
 void ParseContext.setMapJoinContext(Map<MapJoinOperator,QBJoinTree> mapJoinContext)
           
 

Uses of MapJoinOperator in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type MapJoinOperator
 Map<MapJoinOperator,List<Operator<? extends OperatorDesc>>> MapredLocalWork.getDirectFetchOp()
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type MapJoinOperator
 MapredLocalWork MapredLocalWork.extractDirectWorks(Map<MapJoinOperator,List<Operator<? extends OperatorDesc>>> directWorks)
           
 void MapredLocalWork.setDirectFetchOp(Map<MapJoinOperator,List<Operator<? extends OperatorDesc>>> op)
           
 



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