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

Implement lazy `SERVICE` operation #1514

Closed UNEXENU closed 1 month ago

UNEXENU commented 1 month ago

With this PR, the result of a SERVICE clause can be computed completely lazy.

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 88.13%. Comparing base (85793e3) to head (8eb8785). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1514 +/- ## ======================================= Coverage 88.12% 88.13% ======================================= Files 357 357 Lines 26764 26779 +15 Branches 3606 3609 +3 ======================================= + Hits 23587 23602 +15 + Misses 1941 1940 -1 - Partials 1236 1237 +1 ```

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

sonarcloud[bot] commented 1 month 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