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

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

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

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type PartitionPruner
 HashMap<String,PartitionPruner> ParseContext.getAliasToPruner()
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type PartitionPruner
 void ParseContext.setAliasToPruner(HashMap<String,PartitionPruner> aliasToPruner)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type PartitionPruner
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