namedWindows property

Map<String, WindowSpec> namedWindows
final

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;