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

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

public class CurrentRowDef
extends BoundaryDef


Constructor Summary
CurrentRowDef()
           
 
Method Summary
 int compareTo(BoundaryDef other)
           
 int getAmt()
           
 WindowingSpec.Direction getDirection()
           
 
Methods inherited from class org.apache.hadoop.hive.ql.plan.ptf.BoundaryDef
setDirection
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentRowDef

public CurrentRowDef()
Method Detail

compareTo

public int compareTo(BoundaryDef other)

getDirection

public WindowingSpec.Direction getDirection()
Overrides:
getDirection in class BoundaryDef

getAmt

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


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