comunica / sparqlee

⚙️ SPARQL expression evaluator library - Moved to @comunica/expression-evaluator
https://www.npmjs.com/package/sparqlee
14 stars 7 forks source link

DISTINCT is not supported yet on aggregates #151

Closed Tpt closed 1 year ago

Tpt commented 2 years ago

Aggregate operators do not seems to support the distinct option yet.

Here is a PR that highlight the problem (see the added TODO) #152