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
417 stars 52 forks source link

Add reset() function with proper tests for `GroupByHashMapOptimization` #1499

Closed RobinTF closed 2 months ago

RobinTF commented 2 months ago

This commit is a preparation for the lazy GroupBy. It adds several missing unit tests, and adds a small function to several classes in the GroupBy module.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 94.16%. Comparing base (dc71166) to head (a9abbc6). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1499 +/- ## ======================================= Coverage 94.15% 94.16% ======================================= Files 347 347 Lines 25627 25641 +14 Branches 3445 3450 +5 ======================================= + Hits 24130 24145 +15 + Misses 1455 1454 -1 Partials 42 42 ```

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

sonarcloud[bot] commented 2 months 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