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

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

public class RangeBoundaryDef
extends BoundaryDef


Constructor Summary
RangeBoundaryDef()
           
 
Method Summary
 int compareTo(BoundaryDef other)
           
 int getAmt()
           
 void setAmt(int amt)
           
 
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

RangeBoundaryDef

public RangeBoundaryDef()
Method Detail

compareTo

public int compareTo(BoundaryDef other)

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.