Uses of Class
org.apache.hadoop.hive.ql.parse.WindowingSpec.BoundarySpec

Packages that use WindowingSpec.BoundarySpec
org.apache.hadoop.hive.ql.parse   
 

Uses of WindowingSpec.BoundarySpec in org.apache.hadoop.hive.ql.parse
 

Subclasses of WindowingSpec.BoundarySpec in org.apache.hadoop.hive.ql.parse
static class WindowingSpec.CurrentRowSpec
           
static class WindowingSpec.RangeBoundarySpec
           
static class WindowingSpec.ValueBoundarySpec
           
 

Methods in org.apache.hadoop.hive.ql.parse that return WindowingSpec.BoundarySpec
 WindowingSpec.BoundarySpec WindowingSpec.WindowFrameSpec.getEnd()
           
 WindowingSpec.BoundarySpec WindowingSpec.WindowFrameSpec.getStart()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type WindowingSpec.BoundarySpec
 int WindowingSpec.RangeBoundarySpec.compareTo(WindowingSpec.BoundarySpec other)
           
 int WindowingSpec.CurrentRowSpec.compareTo(WindowingSpec.BoundarySpec other)
           
 int WindowingSpec.ValueBoundarySpec.compareTo(WindowingSpec.BoundarySpec other)
           
 void WindowingSpec.WindowFrameSpec.setEnd(WindowingSpec.BoundarySpec end)
           
 void WindowingSpec.WindowFrameSpec.setStart(WindowingSpec.BoundarySpec start)
           
 

Constructors in org.apache.hadoop.hive.ql.parse with parameters of type WindowingSpec.BoundarySpec
WindowingSpec.WindowFrameSpec(WindowingSpec.BoundarySpec start)
           
WindowingSpec.WindowFrameSpec(WindowingSpec.BoundarySpec start, WindowingSpec.BoundarySpec end)
           
 



Copyright © 2012 The Apache Software Foundation