Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable pre-filtering (using PrefilterExpressionIndex) of Date values over expression YEAR(). #1820

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

fix codespell

7a04614
Select commit
Loading
Failed to load commit list.
Open

Enable pre-filtering (using PrefilterExpressionIndex) of Date values over expression YEAR(). #1820

fix codespell
7a04614
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 5, 2025 in 1s

90.20% (+0.02%) compared to 8fe0642

View this Pull Request on Codecov

90.20% (+0.02%) compared to 8fe0642

Details

Codecov Report

Attention: Patch coverage is 96.00000% with 5 lines in your changes missing coverage. Please review.

Project coverage is 90.20%. Comparing base (8fe0642) to head (7a04614).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
...ine/sparqlExpressions/PrefilterExpressionIndex.cpp 96.90% 2 Missing and 1 partial ⚠️
src/engine/sparqlExpressions/NaryExpressionImpl.h 66.66% 0 Missing and 1 partial ⚠️
...engine/sparqlExpressions/RelationalExpressions.cpp 94.11% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1820      +/-   ##
==========================================
+ Coverage   90.18%   90.20%   +0.02%     
==========================================
  Files         400      400              
  Lines       38440    38526      +86     
  Branches     4306     4318      +12     
==========================================
+ Hits        34666    34753      +87     
- Misses       2479     2480       +1     
+ Partials     1295     1293       -2     

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