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   
 

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
 HashMap<Operator<? extends Serializable>,OpParseContext> ParseContext.getOpParseCtx()
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type OpParseContext
 void ParseContext.setOpParseCtx(HashMap<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<String,PartitionPruner> aliasToPruner, HashMap<String,SamplePruner> aliasToSamplePruner, HashMap<String,Operator<? extends Serializable>> topOps, HashMap<String,Operator<? extends Serializable>> topSelOps, HashMap<Operator<? extends Serializable>,OpParseContext> opParseCtx, List<loadTableDesc> loadTableWork, List<loadFileDesc> loadFileWork, Context ctx, HashMap<String,String> idToTableNameMap, int destTableId, UnionProcContext uCtx)
           
 



Copyright © 2009 The Apache Software Foundation