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

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

public class WindowFrameDef
extends Object


Constructor Summary
WindowFrameDef()
           
 
Method Summary
 BoundaryDef getEnd()
           
 BoundaryDef getStart()
           
 void setEnd(BoundaryDef end)
           
 void setStart(BoundaryDef start)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowFrameDef

public WindowFrameDef()
Method Detail

getStart

public BoundaryDef getStart()

setStart

public void setStart(BoundaryDef start)

getEnd

public BoundaryDef getEnd()

setEnd

public void setEnd(BoundaryDef end)


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