public class ValueBoundaryDef extends BoundaryDef
Constructor and Description |
---|
ValueBoundaryDef() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BoundaryDef other) |
int |
getAmt() |
PTFExpressionDef |
getExpressionDef() |
ExprNodeEvaluator |
getExprEvaluator() |
ExprNodeDesc |
getExprNode() |
ObjectInspector |
getOI() |
void |
setAmt(int amt) |
void |
setExpressionDef(PTFExpressionDef expressionDef) |
getDirection, setDirection, toString
public int compareTo(BoundaryDef other)
public PTFExpressionDef getExpressionDef()
public void setExpressionDef(PTFExpressionDef expressionDef)
public ExprNodeDesc getExprNode()
public ExprNodeEvaluator getExprEvaluator()
public ObjectInspector getOI()
public int getAmt()
getAmt
in class BoundaryDef
public void setAmt(int amt)
Copyright © 2017 The Apache Software Foundation. All rights reserved.