org.apache.hadoop.hive.ql.plan
Class filterDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.filterDesc
- All Implemented Interfaces:
- Serializable
public class filterDesc
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
filterDesc
public filterDesc()
filterDesc
public filterDesc(exprNodeDesc predicate,
boolean isSamplingPred)
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