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

Implement FROM NAMED clauses. #1520

Open joka921 opened 1 day ago

joka921 commented 1 day ago

It is not that much code, but it still requires unit tests and probably some documentation and refactoring.

codecov[bot] commented 1 day ago

Codecov Report

Attention: Patch coverage is 18.18182% with 27 lines in your changes missing coverage. Please review.

Project coverage is 88.03%. Comparing base (85793e3) to head (ff8014e).

Files with missing lines Patch % Lines
src/engine/QueryPlanner.cpp 17.24% 20 Missing and 4 partials :warning:
src/parser/sparqlParser/SparqlQleverVisitor.cpp 25.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1520 +/- ## ========================================== - Coverage 88.12% 88.03% -0.10% ========================================== Files 357 357 Lines 26764 26787 +23 Branches 3606 3610 +4 ========================================== - Hits 23587 23582 -5 - Misses 1941 1964 +23 - Partials 1236 1241 +5 ```

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

sonarcloud[bot] commented 1 day ago

Quality Gate Passed Quality Gate passed

Issues
5 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