summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/sql_select_window.h
Commit message (Collapse)AuthorAgeFilesLines
* YQL-21046: Support window aggregation over YqlSelectvitya-smirnov2026-04-201-0/+15
Introduce `YqlAggWin` callable and adapt `PgWindow` as `YqlWindow`. The `YqlAggWin` is similar to `YqlAgg`, but with window reference (name) included. Moved `PgWindowWrapper` to `SqlWindowWrapper`. It gives +6 TPC-DS test cases. Window functions are not yet supported, because they have separate callables and an extra design is required. commit_hash:ccef4463fd994779da21514dc9f6f596c511bbfe