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

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

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

Methods in org.apache.hadoop.hive.ql.parse that return WindowingSpec.WindowSpec
 WindowingSpec.WindowSpec WindowingSpec.WindowFunctionSpec.getWindowSpec()
           
 

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type WindowingSpec.WindowSpec
 HashMap<String,WindowingSpec.WindowSpec> WindowingSpec.getWindowSpecs()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type WindowingSpec.WindowSpec
 void WindowingSpec.addWindowSpec(String name, WindowingSpec.WindowSpec wdwSpec)
           
 void WindowingSpec.WindowFunctionSpec.setWindowSpec(WindowingSpec.WindowSpec windowSpec)
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type WindowingSpec.WindowSpec
 void WindowingSpec.setWindowSpecs(HashMap<String,WindowingSpec.WindowSpec> windowSpecs)
           
 



Copyright © 2012 The Apache Software Foundation