glitter
glitter copied to clipboard
How to add HAVING?
https://www.w3.org/TR/sparql11-query/#having
- A parameter of
spq_group_by()? - A "mode" of
spq_filter(), that only operates after aspq_group_by()has been applied?
It'd be better if HAVING were a function (e.g. spq_filter()) for parsing reasons.
@lvaudor does it sound correct to you if we add HAVING by having spq_filter() act differently if acting on a query that has had a spq_group_by?
@lvaudor do you have any use case for this or should we drop it for now?