Skip to content

[LIQ] Implement implicit single group for aggregates without group by#1907

Open
mjf wants to merge 1 commit intosilverbulletmd:mainfrom
mjf:feat-allow-non-group-by-aggregates
Open

[LIQ] Implement implicit single group for aggregates without group by#1907
mjf wants to merge 1 commit intosilverbulletmd:mainfrom
mjf:feat-allow-non-group-by-aggregates

Conversation

@mjf
Copy link
Contributor

@mjf mjf commented Mar 24, 2026

  • Allow aggregate functions in select/having without an explicit group by clause. The entire result set is treated as one group.

    Note: Uses a Symbol as the map key for the implicit single group to avoid any collision with string keys from generateKey.

  • Extend documentation.

* Allow aggregate functions in `select`/`having` without an explicit
  `group by` clause. The entire result set is treated as one group.

  Note: Uses a `Symbol` as the map key for the implicit single group to
  avoid any collision with string keys from `generateKey`.

* Extend documentation.

Signed-off-by: Matouš Jan Fialka <mjf@mjf.cz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant