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

Packages that use JoinOperator
org.apache.hadoop.hive.ql.parse   
 

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

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

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type JoinOperator
 void ParseContext.setJoinContext(Map<JoinOperator,QBJoinTree> joinContext)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type JoinOperator
ParseContext(HiveConf conf, QB qb, ASTNode ast, HashMap<TableScanOperator,exprNodeDesc> opToPartPruner, 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, Map<GroupByOperator,Set<String>> groupOpToInputTables, Map<String,PrunedPartitionList> prunedPartitions, HashMap<TableScanOperator,filterDesc.sampleDesc> opToSamplePruner)
           
 



Copyright © 2009 The Apache Software Foundation