Uses of Class
org.apache.hadoop.hive.ql.plan.MapJoinDesc

Packages that use MapJoinDesc
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

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

Classes in org.apache.hadoop.hive.ql.exec with type parameters of type MapJoinDesc
 class AbstractMapJoinOperator<T extends MapJoinDesc>
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type MapJoinDesc
 void SMBMapJoinOperator.initializeMapredLocalWork(MapJoinDesc conf, org.apache.hadoop.conf.Configuration hconf, MapredLocalWork localWork, org.apache.commons.logging.Log l4j)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.exec with type arguments of type MapJoinDesc
AbstractMapJoinOperator(AbstractMapJoinOperator<? extends MapJoinDesc> mjop)
           
MapJoinOperator(AbstractMapJoinOperator<? extends MapJoinDesc> mjop)
           
SMBMapJoinOperator(AbstractMapJoinOperator<? extends MapJoinDesc> mapJoinOp)
           
 

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

Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type MapJoinDesc
 AbstractMapJoinOperator<? extends MapJoinDesc> GenMRProcContext.getCurrMapJoinOp()
           
 AbstractMapJoinOperator<? extends MapJoinDesc> MapJoinProcessor.MapJoinWalkerCtx.getCurrMapJoinOp()
           
 List<AbstractMapJoinOperator<? extends MapJoinDesc>> MapJoinProcessor.MapJoinWalkerCtx.getListMapJoinsNoRed()
           
 List<AbstractMapJoinOperator<? extends MapJoinDesc>> MapJoinProcessor.MapJoinWalkerCtx.getListRejectedMapJoins()
           
 AbstractMapJoinOperator<? extends MapJoinDesc> GenMRProcContext.GenMRMapJoinCtx.getOldMapJoin()
           
 

Method parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type MapJoinDesc
 GenMRProcContext.GenMRMapJoinCtx GenMRProcContext.getMapJoinCtx(AbstractMapJoinOperator<? extends MapJoinDesc> op)
           
static int MapJoinFactory.getPositionParent(AbstractMapJoinOperator<? extends MapJoinDesc> op, Stack<Node> stack)
           
 void GenMRProcContext.setCurrMapJoinOp(AbstractMapJoinOperator<? extends MapJoinDesc> currMapJoinOp)
           
 void MapJoinProcessor.MapJoinWalkerCtx.setCurrMapJoinOp(AbstractMapJoinOperator<? extends MapJoinDesc> currMapJoinOp)
           
 void MapJoinProcessor.MapJoinWalkerCtx.setListMapJoins(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed)
           
 void MapJoinProcessor.MapJoinWalkerCtx.setListRejectedMapJoins(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listRejectedMapJoins)
           
 void GenMRProcContext.setMapJoinCtx(AbstractMapJoinOperator<? extends MapJoinDesc> op, GenMRProcContext.GenMRMapJoinCtx mjCtx)
           
 void GenMRProcContext.GenMRMapJoinCtx.setOldMapJoin(AbstractMapJoinOperator<? extends MapJoinDesc> oldMapJoin)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type MapJoinDesc
GenMRProcContext.GenMRMapJoinCtx(String taskTmpDir, TableDesc tt_desc, Operator<? extends OperatorDesc> rootMapJoinOp, AbstractMapJoinOperator<? extends MapJoinDesc> oldMapJoin)
           
MapJoinProcessor.MapJoinWalkerCtx(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed, ParseContext pGraphContext)
           
 

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

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type MapJoinDesc
 List<AbstractMapJoinOperator<? extends MapJoinDesc>> ParseContext.getListMapJoinOpsNoReducer()
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type MapJoinDesc
 void ParseContext.setListMapJoinOpsNoReducer(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinOpsNoReducer)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type MapJoinDesc
ParseContext(HiveConf conf, QB qb, ASTNode ast, HashMap<TableScanOperator,ExprNodeDesc> opToPartPruner, HashMap<TableScanOperator,PrunedPartitionList> opToPartList, HashMap<String,Operator<? extends OperatorDesc>> topOps, HashMap<String,Operator<? extends OperatorDesc>> topSelOps, LinkedHashMap<Operator<? extends OperatorDesc>,OpParseContext> opParseCtx, Map<JoinOperator,QBJoinTree> joinContext, HashMap<TableScanOperator,Table> topToTable, List<LoadTableDesc> loadTableWork, List<LoadFileDesc> loadFileWork, Context ctx, HashMap<String,String> idToTableNameMap, int destTableId, UnionProcContext uCtx, List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinOpsNoReducer, Map<GroupByOperator,Set<String>> groupOpToInputTables, Map<String,PrunedPartitionList> prunedPartitions, HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner, GlobalLimitCtx globalLimitCtx, HashMap<String,SplitSample> nameToSplitSample, HashSet<ReadEntity> semanticInputs, List<Task<? extends Serializable>> rootTasks, Map<TableScanOperator,Map<String,ExprNodeDesc>> opToPartToSkewedPruner)
           
 

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

Subclasses of MapJoinDesc in org.apache.hadoop.hive.ql.plan
 class SMBJoinDesc
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type MapJoinDesc
BucketMapJoinContext(MapJoinDesc clone)
           
HashTableSinkDesc(MapJoinDesc clone)
           
MapJoinDesc(MapJoinDesc clone)
           
SMBJoinDesc(MapJoinDesc conf)
           
 



Copyright © 2011 The Apache Software Foundation