Add 'group by having' expression
Open
- Dominant language
- JavaScript
- Stars
- 276
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
RQL lacks an option to group by a certain scalar expression:
books:
[{
title:'foo',
date:'2013-01-01',
publisher:'jb'
},etc.]
e.g:
groupby(publisher,max(date))
It's like aggregate, only returns a new list. But perhaps there's another way to write this.
Contributor guide
Assessment
This issue has not been assessed yet.