|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.derby.impl.sql.compile.QueryTreeNode
org.apache.derby.impl.sql.compile.WindowNode
org.apache.derby.impl.sql.compile.WindowDefinitionNode
public final class WindowDefinitionNode
This class represents an OLAP window definition.
| Field Summary | |
|---|---|
private boolean |
inlined
True of the window definition was inlined. |
private OrderByList |
orderByList
The order by list if the window definition contains a |
| Fields inherited from class org.apache.derby.impl.sql.compile.QueryTreeNode |
|---|
AUTOINCREMENT_CREATE_MODIFY, AUTOINCREMENT_INC_INDEX, AUTOINCREMENT_IS_AUTOINCREMENT_INDEX, AUTOINCREMENT_START_INDEX, isPrivilegeCollectionRequired |
| Constructor Summary | |
|---|---|
WindowDefinitionNode()
|
|
| Method Summary | |
|---|---|
WindowDefinitionNode |
findEquivalentWindow(WindowList wl)
Used to merge equivalent window definitions. |
OrderByList |
getOrderByList()
|
void |
init(java.lang.Object arg1,
java.lang.Object arg2)
Initializer. |
private boolean |
isEquivalent(WindowDefinitionNode other)
|
void |
printSubNodes(int depth)
QueryTreeNode override. |
java.lang.String |
toString()
java.lang.Object override. |
| Methods inherited from class org.apache.derby.impl.sql.compile.WindowNode |
|---|
getName, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private boolean inlined
private OrderByList orderByList
| Constructor Detail |
|---|
public WindowDefinitionNode()
| Method Detail |
|---|
public void init(java.lang.Object arg1,
java.lang.Object arg2)
throws StandardException
init in interface Nodeinit in class QueryTreeNodearg1 - The window name, null if in-lined definitionarg2 - ORDER BY list
StandardExceptionpublic java.lang.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 definitions
private boolean isEquivalent(WindowDefinitionNode other)
public OrderByList getOrderByList()
|
Built on Wed 2013-06-12 15:21:56+0000, from revision ??? | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||