Uses of Class
org.apache.hadoop.hive.ql.optimizer.SamplePruner.LimitPruneRetStatus

Packages that use SamplePruner.LimitPruneRetStatus
org.apache.hadoop.hive.ql.optimizer   
 

Uses of SamplePruner.LimitPruneRetStatus in org.apache.hadoop.hive.ql.optimizer
 

Methods in org.apache.hadoop.hive.ql.optimizer that return SamplePruner.LimitPruneRetStatus
static SamplePruner.LimitPruneRetStatus SamplePruner.limitPrune(Partition part, long sizeLimit, int fileLimit, Collection<org.apache.hadoop.fs.Path> retPathList)
          Try to generate a list of subset of files in the partition to reach a size limit with number of files less than fileLimit
static SamplePruner.LimitPruneRetStatus SamplePruner.LimitPruneRetStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SamplePruner.LimitPruneRetStatus[] SamplePruner.LimitPruneRetStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2011 The Apache Software Foundation