Class WindowList

All Implemented Interfaces:
Iterable<WindowDefinitionNode>, Visitable

class WindowList extends QueryTreeNodeVector<WindowDefinitionNode>
A WindowList represents the list of windows (definitions) for a table expression, either defined explicitly in a WINDOW clause, or inline in the SELECT list or ORDER BY clause.
  • Constructor Details

  • Method Details

    • addWindow

      public void addWindow(WindowDefinitionNode window)
      Parameters:
      window - the window definition to add to the list