org.apache.hadoop.hive.ql.plan
Class PTFDesc.RangeBoundaryDef

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.PTFDesc.BoundaryDef
      extended by org.apache.hadoop.hive.ql.plan.PTFDesc.RangeBoundaryDef
Enclosing class:
PTFDesc

public static class PTFDesc.RangeBoundaryDef
extends PTFDesc.BoundaryDef


Constructor Summary
PTFDesc.RangeBoundaryDef()
           
 
Method Summary
 int compareTo(PTFDesc.BoundaryDef other)
           
 int getAmt()
           
 void setAmt(int amt)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.plan.PTFDesc.BoundaryDef
getDirection, setDirection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTFDesc.RangeBoundaryDef

public PTFDesc.RangeBoundaryDef()
Method Detail

compareTo

public int compareTo(PTFDesc.BoundaryDef other)

getAmt

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

setAmt

public void setAmt(int amt)


Copyright © 2012 The Apache Software Foundation