org.apache.hadoop.hive.ql.plan.ptf
Class ValueBoundaryDef

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.ptf.BoundaryDef
      extended by org.apache.hadoop.hive.ql.plan.ptf.ValueBoundaryDef

public class ValueBoundaryDef
extends BoundaryDef


Constructor Summary
ValueBoundaryDef()
           
 
Method Summary
 int compareTo(BoundaryDef other)
           
 int getAmt()
           
 PTFExpressionDef getExpressionDef()
           
 ExprNodeEvaluator getExprEvaluator()
           
 ExprNodeDesc getExprNode()
           
 ObjectInspector getOI()
           
 void setAmt(int amt)
           
 void setExpressionDef(PTFExpressionDef expressionDef)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.plan.ptf.BoundaryDef
getDirection, setDirection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueBoundaryDef

public ValueBoundaryDef()
Method Detail

compareTo

public int compareTo(BoundaryDef other)

getExpressionDef

public PTFExpressionDef getExpressionDef()

setExpressionDef

public void setExpressionDef(PTFExpressionDef expressionDef)

getExprNode

public ExprNodeDesc getExprNode()

getExprEvaluator

public ExprNodeEvaluator getExprEvaluator()

getOI

public ObjectInspector getOI()

getAmt

public int getAmt()
Specified by:
getAmt in class BoundaryDef

setAmt

public void setAmt(int amt)


Copyright © 2014 The Apache Software Foundation. All rights reserved.