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

Remove unused code in the `GroupBy` class #1496

Closed RobinTF closed 2 weeks ago

RobinTF commented 2 weeks ago

Remove some unused generic helper functions from the GroupBy class. All but one were completely unsued, and the remaining one was a simple dynamic_cast which could be directly written in the code.

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 94.14%. Comparing base (52416c1) to head (626a0d1). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1496 +/- ## ========================================== - Coverage 94.14% 94.14% -0.01% ========================================== Files 347 347 Lines 25632 25627 -5 Branches 3446 3445 -1 ========================================== - Hits 24131 24126 -5 Misses 1459 1459 Partials 42 42 ```

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

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