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

Packages that use AbstractMapJoinOperator
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   
 

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

Subclasses of AbstractMapJoinOperator in org.apache.hadoop.hive.ql.exec
 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 AbstractMapJoinOperator
AbstractMapJoinOperator(AbstractMapJoinOperator<? extends MapJoinDesc> mjop)
           
MapJoinOperator(AbstractMapJoinOperator<? extends MapJoinDesc> mjop)
           
SMBMapJoinOperator(AbstractMapJoinOperator<? extends MapJoinDesc> mapJoinOp)
           
 

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

Methods in org.apache.hadoop.hive.ql.optimizer that return AbstractMapJoinOperator
 AbstractMapJoinOperator<? extends MapJoinDesc> MapJoinProcessor.MapJoinWalkerCtx.getCurrMapJoinOp()
           
 

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

Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type AbstractMapJoinOperator
static int MapJoinFactory.getPositionParent(AbstractMapJoinOperator<? extends MapJoinDesc> op, Stack<Node> stack)
           
 void MapJoinProcessor.MapJoinWalkerCtx.setCurrMapJoinOp(AbstractMapJoinOperator<? extends MapJoinDesc> currMapJoinOp)
           
 

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

Constructor parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type AbstractMapJoinOperator
MapJoinProcessor.MapJoinWalkerCtx(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed, ParseContext pGraphContext)
           
 

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

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

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

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type AbstractMapJoinOperator
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, Map<SMBMapJoinOperator,QBJoinTree> smbMapJoinContext, HashMap<TableScanOperator,Table> topToTable, HashMap<TableScanOperator,Map<String,String>> topToProps, Map<FileSinkOperator,Table> fsopToTable, 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, Map<String,ReadEntity> viewAliasToInput, List<ReduceSinkOperator> reduceSinkOperatorsAddedByEnforceBucketingSorting, QueryProperties queryProperties)
           
 



Copyright © 2012 The Apache Software Foundation