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

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

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

Subclasses of WindowingSpec.WindowExpressionSpec in org.apache.hadoop.hive.ql.parse
static class WindowingSpec.WindowFunctionSpec
           
 

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type WindowingSpec.WindowExpressionSpec
 HashMap<String,WindowingSpec.WindowExpressionSpec> WindowingSpec.getAliasToWdwExpr()
           
 ArrayList<WindowingSpec.WindowExpressionSpec> WindowingSpec.getWindowExpressions()
           
static ArrayList<WindowingSpec.WindowExpressionSpec> SemanticAnalyzer.parseSelect(String selectExprStr)
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type WindowingSpec.WindowExpressionSpec
 void WindowingSpec.setAliasToWdwExpr(HashMap<String,WindowingSpec.WindowExpressionSpec> aliasToWdwExpr)
           
 void WindowingSpec.setWindowExpressions(ArrayList<WindowingSpec.WindowExpressionSpec> windowExpressions)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.