pulquero / Halyard

Halyard-star is an extremely horizontally scalable Triplestore with support for Named Graphs, designed for integration of extremely large Semantic Data Models, and for storage and SPARQL 1.1 querying of the whole Linked Data universe snapshots.
https://pulquero.github.io/Halyard
Apache License 2.0
12 stars 2 forks source link

Constrained value optimizer. #11

Closed pulquero closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #11 (750936d) into latest (5b19cb6) will decrease coverage by 0.25%. The diff coverage is 67.97%.

:exclamation: Current head 750936d differs from pull request most recent head 32a8340. Consider uploading reports for the commit 32a8340 to get more accurate results

@@             Coverage Diff              @@
##             latest      #11      +/-   ##
============================================
- Coverage     78.54%   78.28%   -0.26%     
- Complexity     1503     1534      +31     
============================================
  Files           120      124       +4     
  Lines          8919     9121     +202     
  Branches       1358     1401      +43     
============================================
+ Hits           7005     7140     +135     
- Misses         1409     1469      +60     
- Partials        505      512       +7     
Impacted Files Coverage Δ
...a/com/msd/gin/halyard/strategy/BindingSetPipe.java 78.26% <ø> (ø)
...alyard/strategy/HalyardQueryOptimizerPipeline.java 83.33% <ø> (ø)
...va/com/msd/gin/halyard/common/ValueConstraint.java 41.17% <41.17%> (ø)
...n/halyard/algebra/ConstrainedStatementPattern.java 48.57% <48.57%> (ø)
...n/halyard/strategy/HalyardTupleExprEvaluation.java 67.76% <48.71%> (-0.30%) :arrow_down:
...a/com/msd/gin/halyard/common/ObjectConstraint.java 54.83% <54.83%> (ø)
...ava/com/msd/gin/halyard/common/StatementIndex.java 85.80% <66.66%> (-2.04%) :arrow_down:
.../halyard/optimizers/ConstrainedValueOptimizer.java 80.72% <80.72%> (ø)
.../com/msd/gin/halyard/common/HalyardTableUtils.java 75.15% <100.00%> (+1.68%) :arrow_up:
...in/java/com/msd/gin/halyard/common/Identifier.java 80.82% <100.00%> (+0.26%) :arrow_up:
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5b19cb6...32a8340. Read the comment docs.