|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||