ad-freiburg / qlever

Very fast SPARQL Engine, which can handle very large knowledge graphs like the complete Wikidata, offers context-sensitive autocompletion for SPARQL queries, and allows combination with text search. It's faster than engines like Blazegraph or Virtuoso, especially for queries involving large result sets.
Apache License 2.0
376 stars 45 forks source link

Also support the SAMPLE aggregate in the lazy GROUP BY implementation #1511

Closed RobinTF closed 2 days ago

RobinTF commented 1 week ago

This aggregate function was missing so far in the common implementation of lazy and hash map based GROUP BY. The current implementation is rather simplistic, and can probably be improved, because for SAMPLE we can ignore all but the first entry of each group.

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.32%. Comparing base (bed8b29) to head (204e6cb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1511 +/- ## ========================================== + Coverage 94.30% 94.32% +0.01% ========================================== Files 350 351 +1 Lines 25920 25933 +13 Branches 3486 3489 +3 ========================================== + Hits 24445 24461 +16 + Misses 1433 1430 -3 Partials 42 42 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 2 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud