public final class AggregateWindowFunctionNode extends WindowFunctionNode
methodName, operator, receiverInterfaceType, resultInterfaceTypeAUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
AggregateWindowFunctionNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
AggregateNode |
getAggregateFunction() |
void |
init(Object arg1,
Object arg2)
Initializer.
|
void |
printSubNodes(int depth)
QueryTreeNode override.
|
getWindow, init, isConstantExpression, setWindowgetMethodName, getOperand, getOperator, init, isEquivalent, setOperand, toStringgetColumnName, getSchemaName, getSourceResultColumn, getTableName, getType, getTypeId, init, isBinaryEqualsOperatorNode, isBooleanFalse, isBooleanTrue, isInListProbeNode, isParameterNode, isRelationalOperator, isSameNodeType, setNullability, setTypeaccept, 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, treePrintpublic void init(Object arg1, Object arg2) throws StandardException
init in class QueryTreeNodearg1 - The window definition or referencearg2 - aggregate function nodeStandardExceptionpublic AggregateNode getAggregateFunction()
public void copyFrom(QueryTreeNode node) throws StandardException
copyFrom in class WindowFunctionNodeStandardExceptionpublic void printSubNodes(int depth)
printSubNodes in class WindowFunctionNodedepth - The depth of this node in the treeQueryTreeNode.printSubNodes(int)Copyright © 2015 FoundationDB, LLC. All rights reserved.