namedWindows property
Named WINDOW clauses: WINDOW w AS (PARTITION BY ... ORDER BY ...).
Visible to all OVER w references in this SELECT.
Implementation
final Map<String, WindowSpec> namedWindows;
Named WINDOW clauses: WINDOW w AS (PARTITION BY ... ORDER BY ...).
Visible to all OVER w references in this SELECT.
final Map<String, WindowSpec> namedWindows;