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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.PTFDesc.BoundaryDef
Direct Known Subclasses:
PTFDesc.CurrentRowDef, PTFDesc.RangeBoundaryDef, PTFDesc.ValueBoundaryDef
Enclosing class:
PTFDesc

public abstract static class PTFDesc.BoundaryDef
extends Object


Constructor Summary
PTFDesc.BoundaryDef()
           
 
Method Summary
abstract  int getAmt()
           
 WindowingSpec.Direction getDirection()
           
 void setDirection(WindowingSpec.Direction direction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTFDesc.BoundaryDef

public PTFDesc.BoundaryDef()
Method Detail

getDirection

public WindowingSpec.Direction getDirection()

setDirection

public void setDirection(WindowingSpec.Direction direction)

getAmt

public abstract int getAmt()


Copyright © 2012 The Apache Software Foundation