org.apache.hadoop.hive.ql.parse
Class WindowingSpec.CurrentRowSpec

java.lang.Object
  extended by org.apache.hadoop.hive.ql.parse.WindowingSpec.BoundarySpec
      extended by org.apache.hadoop.hive.ql.parse.WindowingSpec.CurrentRowSpec
All Implemented Interfaces:
Comparable<WindowingSpec.BoundarySpec>
Enclosing class:
WindowingSpec

public static class WindowingSpec.CurrentRowSpec
extends WindowingSpec.BoundarySpec


Field Summary
 
Fields inherited from class org.apache.hadoop.hive.ql.parse.WindowingSpec.BoundarySpec
UNBOUNDED_AMOUNT
 
Constructor Summary
WindowingSpec.CurrentRowSpec()
           
 
Method Summary
 int compareTo(WindowingSpec.BoundarySpec other)
           
 int getAmt()
           
 WindowingSpec.Direction getDirection()
           
 void setAmt(int amt)
           
 void setDirection(WindowingSpec.Direction dir)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WindowingSpec.CurrentRowSpec

public WindowingSpec.CurrentRowSpec()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getDirection

public WindowingSpec.Direction getDirection()
Specified by:
getDirection in class WindowingSpec.BoundarySpec

setDirection

public void setDirection(WindowingSpec.Direction dir)
Specified by:
setDirection in class WindowingSpec.BoundarySpec

setAmt

public void setAmt(int amt)
Specified by:
setAmt in class WindowingSpec.BoundarySpec

compareTo

public int compareTo(WindowingSpec.BoundarySpec other)

getAmt

public int getAmt()
Specified by:
getAmt in class WindowingSpec.BoundarySpec


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