org.apache.hadoop.hive.ql.plan
Class filterDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.filterDesc
All Implemented Interfaces:
Serializable

public class filterDesc
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
filterDesc()
           
filterDesc(exprNodeDesc predicate, boolean isSamplingPred)
           
 
Method Summary
 boolean getIsSamplingPred()
           
 exprNodeDesc getPredicate()
           
 void setIsSamplingPred(boolean isSamplingPred)
           
 void setPredicate(exprNodeDesc predicate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

filterDesc

public filterDesc()

filterDesc

public filterDesc(exprNodeDesc predicate,
                  boolean isSamplingPred)
Method Detail

getPredicate

public exprNodeDesc getPredicate()

setPredicate

public void setPredicate(exprNodeDesc predicate)

getIsSamplingPred

public boolean getIsSamplingPred()

setIsSamplingPred

public void setIsSamplingPred(boolean isSamplingPred)


Copyright © 2009 The Apache Software Foundation