Uses of Class
com.akiban.sql.parser.WindowDefinitionNode

Packages that use WindowDefinitionNode
com.akiban.sql.parser   
com.akiban.sql.unparser   
 

Uses of WindowDefinitionNode in com.akiban.sql.parser
 

Methods in com.akiban.sql.parser that return WindowDefinitionNode
 WindowDefinitionNode WindowDefinitionNode.findEquivalentWindow(WindowList wl)
          Used to merge equivalent window definitions.
 

Methods in com.akiban.sql.parser with parameters of type WindowDefinitionNode
 void WindowList.addWindow(WindowDefinitionNode window)
           
 void WindowFunctionNode.setWindow(WindowDefinitionNode wdn)
          Set window associated with this window function call.
 

Uses of WindowDefinitionNode in com.akiban.sql.unparser
 

Methods in com.akiban.sql.unparser with parameters of type WindowDefinitionNode
protected  String NodeToString.windowDefinitionNode(WindowDefinitionNode node)
           
 



Copyright © 2013 Akiban Technologies, Inc. All rights reserved.