org.apache.hadoop.hive.ql.plan
Class filterDesc.sampleDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.filterDesc.sampleDesc
- Enclosing class:
- filterDesc
public static class filterDesc.sampleDesc
- extends Object
sampleDesc is used to keep track of the sampling descriptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filterDesc.sampleDesc
public filterDesc.sampleDesc()
filterDesc.sampleDesc
public filterDesc.sampleDesc(int numerator,
int denominator,
List<String> tabBucketCols,
boolean inputPruning)
getNumerator
public int getNumerator()
getDenominator
public int getDenominator()
getInputPruning
public boolean getInputPruning()
Copyright © 2009 The Apache Software Foundation