org.apache.hadoop.hive.ql.plan
Class PTFDesc.ValueBoundaryDef
java.lang.Object
org.apache.hadoop.hive.ql.plan.PTFDesc.BoundaryDef
org.apache.hadoop.hive.ql.plan.PTFDesc.ValueBoundaryDef
- Enclosing class:
- PTFDesc
public static class PTFDesc.ValueBoundaryDef
- extends PTFDesc.BoundaryDef
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PTFDesc.ValueBoundaryDef
public PTFDesc.ValueBoundaryDef()
compareTo
public int compareTo(PTFDesc.BoundaryDef other)
getExpressionDef
public PTFDesc.PTFExpressionDef getExpressionDef()
setExpressionDef
public void setExpressionDef(PTFDesc.PTFExpressionDef expressionDef)
getExprNode
public ExprNodeDesc getExprNode()
getExprEvaluator
public ExprNodeEvaluator getExprEvaluator()
getOI
public ObjectInspector getOI()
getAmt
public int getAmt()
- Specified by:
getAmt
in class PTFDesc.BoundaryDef
setAmt
public void setAmt(int amt)
Copyright © 2012 The Apache Software Foundation