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

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

public static class PTFDesc.CurrentRowDef
extends PTFDesc.BoundaryDef


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

Constructor Detail

PTFDesc.CurrentRowDef

public PTFDesc.CurrentRowDef()
Method Detail

compareTo

public int compareTo(PTFDesc.BoundaryDef other)

getDirection

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

getAmt

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


Copyright © 2012 The Apache Software Foundation