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

Packages that use WindowingSpec.Direction
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

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

Methods in org.apache.hadoop.hive.ql.parse that return WindowingSpec.Direction
abstract  WindowingSpec.Direction WindowingSpec.BoundarySpec.getDirection()
           
 WindowingSpec.Direction WindowingSpec.RangeBoundarySpec.getDirection()
           
 WindowingSpec.Direction WindowingSpec.CurrentRowSpec.getDirection()
           
 WindowingSpec.Direction WindowingSpec.ValueBoundarySpec.getDirection()
           
static WindowingSpec.Direction WindowingSpec.Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WindowingSpec.Direction[] WindowingSpec.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type WindowingSpec.Direction
abstract  void WindowingSpec.BoundarySpec.setDirection(WindowingSpec.Direction dir)
           
 void WindowingSpec.RangeBoundarySpec.setDirection(WindowingSpec.Direction direction)
           
 void WindowingSpec.CurrentRowSpec.setDirection(WindowingSpec.Direction dir)
           
 void WindowingSpec.ValueBoundarySpec.setDirection(WindowingSpec.Direction direction)
           
 

Constructors in org.apache.hadoop.hive.ql.parse with parameters of type WindowingSpec.Direction
WindowingSpec.RangeBoundarySpec(WindowingSpec.Direction direction, int amt)
           
WindowingSpec.ValueBoundarySpec(WindowingSpec.Direction direction, int amt)
           
 

Uses of WindowingSpec.Direction in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return WindowingSpec.Direction
 WindowingSpec.Direction PTFDesc.BoundaryDef.getDirection()
           
 WindowingSpec.Direction PTFDesc.CurrentRowDef.getDirection()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type WindowingSpec.Direction
 void PTFDesc.BoundaryDef.setDirection(WindowingSpec.Direction direction)
           
 



Copyright © 2012 The Apache Software Foundation