typhon-project / typhonql

Typhon Query Language
Eclipse Public License 2.0
4 stars 1 forks source link

[BUG] allow "top-level" aggregation operators without group-by #105

Closed tvdstorm closed 3 years ago

tvdstorm commented 3 years ago

For instance to be able to write:

from User u select count(u);
tvdstorm commented 3 years ago

Closed in eb32678a