public final class WindowDefinitionNode extends WindowNode
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX| Constructor and Description |
|---|
WindowDefinitionNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyFrom(QueryTreeNode node)
Fill this node with a deep copy of the given node.
|
WindowDefinitionNode |
findEquivalentWindow(WindowList wl)
Used to merge equivalent window definitions.
|
OrderByList |
getOrderByList() |
PartitionByList |
getPartitionByList() |
void |
init(Object arg1,
Object arg2,
Object arg3)
Initializer.
|
boolean |
isInline() |
void |
printSubNodes(int depth)
QueryTreeNode override.
|
String |
toString()
java.lang.Object override.
|
getName, initaccept, convertDefaultNode, debugFlush, debugPrint, formatNodeString, getBeginOffset, getDebugOutput, getEndOffset, getNodeFactory, getNodeType, getNullNode, getParserContext, getStatementType, getUserData, init, init, 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, Object arg3) throws StandardException
init in class QueryTreeNodearg1 - The window name, null if in-lined definitionarg2 - PARTITION BY listarg3 - ORDER BY listStandardExceptionpublic void copyFrom(QueryTreeNode node) throws StandardException
copyFrom in class WindowNodeStandardExceptionpublic String toString()
toString in class QueryTreeNodeQueryTreeNode.toString()public void printSubNodes(int depth)
printSubNodes in class QueryTreeNodedepth - The depth of this node in the treeQueryTreeNode.printSubNodes(int)public WindowDefinitionNode findEquivalentWindow(WindowList wl)
wl - list of window definitionspublic boolean isInline()
public OrderByList getOrderByList()
public PartitionByList getPartitionByList()
Copyright © 2015 FoundationDB, LLC. All rights reserved.