Uses of Class
org.apache.pig.impl.eval.window.WindowSpec.windowType

Packages that use WindowSpec.windowType
org.apache.pig.impl.eval.window   
 

Uses of WindowSpec.windowType in org.apache.pig.impl.eval.window
 

Fields in org.apache.pig.impl.eval.window declared as WindowSpec.windowType
protected  WindowSpec.windowType WindowSpec.type
           
 

Methods in org.apache.pig.impl.eval.window that return WindowSpec.windowType
static WindowSpec.windowType WindowSpec.windowType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WindowSpec.windowType[] WindowSpec.windowType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.pig.impl.eval.window with parameters of type WindowSpec.windowType
TimeWindowSpec(WindowSpec.windowType type, double duration)
           
TupleWindowSpec(WindowSpec.windowType type, int numTuples)
           
WindowSpec(WindowSpec.windowType type)
           
 



Copyright © ${year} The Apache Software Foundation