Uses of Class
org.apache.hadoop.hive.ql.parse.OpParseContext

Packages that use OpParseContext
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.optimizer.index   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.ppd   
 

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

Method parameters in org.apache.hadoop.hive.ql.exec with type arguments of type OpParseContext
 List<String> GroupByOperator.genColLists(HashMap<Operator<? extends Serializable>,OpParseContext> opParseCtx)
           
 

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

Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type OpParseContext
 HashMap<Operator<? extends Serializable>,OpParseContext> ColumnPrunerProcCtx.getOpToParseCtxMap()
           
 

Method parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type OpParseContext
static MapJoinOperator MapJoinProcessor.convertMapJoin(LinkedHashMap<Operator<? extends Serializable>,OpParseContext> opParseCtxMap, JoinOperator op, QBJoinTree joinTree, int mapJoinPos, boolean noCheckOuterJoin)
          convert a regular join to a a map-side join.
 

Constructor parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type OpParseContext
ColumnPrunerProcCtx(HashMap<Operator<? extends Serializable>,OpParseContext> opToParseContextMap)
           
 

Uses of OpParseContext in org.apache.hadoop.hive.ql.optimizer.index
 

Methods in org.apache.hadoop.hive.ql.optimizer.index that return types with arguments of type OpParseContext
 Map<Operator<? extends Serializable>,OpParseContext> RewriteQueryUsingAggregateIndexCtx.getOpc()
           
 

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

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type OpParseContext
 LinkedHashMap<Operator<? extends Serializable>,OpParseContext> ParseContext.getOpParseCtx()
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type OpParseContext
 void ParseContext.setOpParseCtx(LinkedHashMap<Operator<? extends Serializable>,OpParseContext> opParseCtx)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type OpParseContext
ParseContext(HiveConf conf, QB qb, ASTNode ast, HashMap<TableScanOperator,ExprNodeDesc> opToPartPruner, HashMap<TableScanOperator,PrunedPartitionList> opToPartList, 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<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinOpsNoReducer, Map<GroupByOperator,Set<String>> groupOpToInputTables, Map<String,PrunedPartitionList> prunedPartitions, HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner, SemanticAnalyzer.GlobalLimitCtx globalLimitCtx, HashMap<String,SplitSample> nameToSplitSample, HashSet<ReadEntity> semanticInputs, List<Task<? extends Serializable>> rootTasks)
           
 

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

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type OpParseContext
 LinkedHashMap<Operator<? extends Serializable>,OpParseContext> MapredWork.getOpParseCtxMap()
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type OpParseContext
 void MapredWork.setOpParseCtxMap(LinkedHashMap<Operator<? extends Serializable>,OpParseContext> opParseCtxMap)
           
 

Uses of OpParseContext in org.apache.hadoop.hive.ql.ppd
 

Methods in org.apache.hadoop.hive.ql.ppd that return OpParseContext
 OpParseContext OpWalkerInfo.put(Operator<? extends Serializable> key, OpParseContext value)
           
 

Methods in org.apache.hadoop.hive.ql.ppd with parameters of type OpParseContext
 OpParseContext OpWalkerInfo.put(Operator<? extends Serializable> key, OpParseContext value)
           
 



Copyright © 2011 The Apache Software Foundation