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

Packages that use OpParseContext
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.parse   
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()
           
 

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.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<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)
           
 

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)
           
 

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



Copyright © 2009 The Apache Software Foundation