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

Refactor ConstructExportContext to use `IdTable` and `LocalVocab` instead of `Result` #1433

Closed RobinTF closed 3 months ago

RobinTF commented 3 months ago

This is a small preparation for lazy operations (see #1350)

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 89.62%. Comparing base (3fad814) to head (8e115a8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1433 +/- ## ========================================== - Coverage 89.63% 89.62% -0.02% ========================================== Files 343 343 Lines 29951 29951 Branches 3315 3315 ========================================== - Hits 26847 26844 -3 - Misses 1957 1962 +5 + Partials 1147 1145 -2 ```

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

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

joka921 commented 3 months ago

This is a small preparation for lazy operations (see #1350)