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

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

public static class PTFDesc.WindowFrameDef
extends Object


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

Constructor Detail

PTFDesc.WindowFrameDef

public PTFDesc.WindowFrameDef()
Method Detail

getStart

public PTFDesc.BoundaryDef getStart()

setStart

public void setStart(PTFDesc.BoundaryDef start)

getEnd

public PTFDesc.BoundaryDef getEnd()

setEnd

public void setEnd(PTFDesc.BoundaryDef end)


Copyright © 2012 The Apache Software Foundation