com.akiban.sql.parser
Class AggregateWindowFunctionNode
java.lang.Object
com.akiban.sql.parser.QueryTreeNode
com.akiban.sql.parser.ValueNode
com.akiban.sql.parser.UnaryOperatorNode
com.akiban.sql.parser.WindowFunctionNode
com.akiban.sql.parser.AggregateWindowFunctionNode
- All Implemented Interfaces:
- Visitable
public final class AggregateWindowFunctionNode
- extends WindowFunctionNode
Represents aggregate function calls on a window
| Methods inherited from class com.akiban.sql.parser.ValueNode |
getColumnName, getSchemaName, getSourceResultColumn, getTableName, getType, getTypeId, init, isBinaryEqualsOperatorNode, isBooleanFalse, isBooleanTrue, isInListProbeNode, isParameterNode, isRelationalOperator, isSameNodeType, setNullability, setType |
| Methods inherited from class com.akiban.sql.parser.QueryTreeNode |
accept, convertDefaultNode, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, init, init, init, init, init, init, init, init, init, init, isInstanceOf, makeTableName, makeTableName, nodeHeader, printLabel, setBeginOffset, setDebugOutput, setEndOffset, setNodeType, setParserContext, setUserData, stackPrint, treePrint, treePrint, treePrint |
AggregateWindowFunctionNode
public AggregateWindowFunctionNode()
init
public void init(Object arg1,
Object arg2)
throws StandardException
- Initializer. QueryTreeNode override.
- Overrides:
init in class QueryTreeNode
- Parameters:
arg1 - The window definition or referencearg2 - aggregate function node
- Throws:
StandardException
getAggregateFunction
public AggregateNode getAggregateFunction()
copyFrom
public void copyFrom(QueryTreeNode node)
throws StandardException
- Fill this node with a deep copy of the given node.
- Overrides:
copyFrom in class WindowFunctionNode
- Throws:
StandardException
printSubNodes
public void printSubNodes(int depth)
- QueryTreeNode override. Prints the sub-nodes of this object.
- Overrides:
printSubNodes in class WindowFunctionNode
- Parameters:
depth - The depth of this node in the tree- See Also:
QueryTreeNode.printSubNodes(int)
Copyright © 2013 Akiban Technologies, Inc. All rights reserved.