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

Packages that use MapJoinOperator
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.parse   
 

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

Methods in org.apache.hadoop.hive.ql.optimizer that return MapJoinOperator
 MapJoinOperator MapJoinProcessor.MapJoinWalkerCtx.getCurrMapJoinOp()
           
 MapJoinOperator GenMRProcContext.getCurrMapJoinOp()
           
 MapJoinOperator GenMRProcContext.GenMRMapJoinCtx.getOldMapJoin()
           
 

Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type MapJoinOperator
 List<MapJoinOperator> MapJoinProcessor.MapJoinWalkerCtx.getListMapJoinsNoRed()
           
 List<MapJoinOperator> MapJoinProcessor.MapJoinWalkerCtx.getListRejectedMapJoins()
           
 

Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type MapJoinOperator
 GenMRProcContext.GenMRMapJoinCtx GenMRProcContext.getMapJoinCtx(MapJoinOperator op)
           
static int MapJoinFactory.getPositionParent(MapJoinOperator op, Stack<Node> stack)
           
 void MapJoinProcessor.MapJoinWalkerCtx.setCurrMapJoinOp(MapJoinOperator currMapJoinOp)
           
 void GenMRProcContext.setCurrMapJoinOp(MapJoinOperator currMapJoinOp)
           
 void GenMRProcContext.setMapJoinCtx(MapJoinOperator op, GenMRProcContext.GenMRMapJoinCtx mjCtx)
           
 void GenMRProcContext.GenMRMapJoinCtx.setOldMapJoin(MapJoinOperator oldMapJoin)
           
 

Method parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type MapJoinOperator
 void MapJoinProcessor.MapJoinWalkerCtx.setListMapJoins(List<MapJoinOperator> listMapJoinsNoRed)
           
 void MapJoinProcessor.MapJoinWalkerCtx.setListRejectedMapJoins(List<MapJoinOperator> listRejectedMapJoins)
           
 

Constructors in org.apache.hadoop.hive.ql.optimizer with parameters of type MapJoinOperator
GenMRProcContext.GenMRMapJoinCtx(String taskTmpDir, tableDesc tt_desc, Operator<? extends Serializable> rootMapJoinOp, MapJoinOperator oldMapJoin)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type MapJoinOperator
MapJoinProcessor.MapJoinWalkerCtx(List<MapJoinOperator> listMapJoinsNoRed)
           
 

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

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

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

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type MapJoinOperator
ParseContext(HiveConf conf, QB qb, ASTNode ast, HashMap<String,ASTPartitionPruner> aliasToPruner, HashMap<TableScanOperator,exprNodeDesc> opToPartPruner, HashMap<String,SamplePruner> aliasToSamplePruner, HashMap<String,Operator<? extends Serializable>> topOps, HashMap<String,Operator<? extends Serializable>> topSelOps, LinkedHashMap<Operator<? extends Serializable>,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<MapJoinOperator> listMapJoinOpsNoReducer)
           
 



Copyright © 2009 The Apache Software Foundation