Skip to content

use std::move + adjust test for this PR

d5ad1ba
Select commit
Loading
Failed to load commit list.
Merged

Apply binary search filter expressions directly on the block metadata of Index Scans #1619

use std::move + adjust test for this PR
d5ad1ba
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 30, 2024 in 0s

89.44% (+0.00%) compared to 82ccc51

View this Pull Request on Codecov

89.44% (+0.00%) compared to 82ccc51

Details

Codecov Report

Attention: Patch coverage is 95.38462% with 9 lines in your changes missing coverage. Please review.

Project coverage is 89.44%. Comparing base (82ccc51) to head (d5ad1ba).

Files with missing lines Patch % Lines
src/engine/IndexScan.cpp 94.44% 4 Missing and 2 partials ⚠️
...ine/sparqlExpressions/PrefilterExpressionIndex.cpp 95.45% 0 Missing and 2 partials ⚠️
src/index/Permutation.cpp 93.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #1619    +/-   ##
========================================
  Coverage   89.43%   89.44%            
========================================
  Files         375      375            
  Lines       36207    36338   +131     
  Branches     4081     4100    +19     
========================================
+ Hits        32383    32503   +120     
- Misses       2510     2518     +8     
- Partials     1314     1317     +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.