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

Provide framework for generic lazily evaluated operation results #1350

Draft
wants to merge 84 commits into
base: master
Choose a base branch
from

Add tests for ExportQueryExecutionTrees

e5ceacc
Select commit
Loading
Failed to load commit list.
Draft

Provide framework for generic lazily evaluated operation results #1350

Add tests for ExportQueryExecutionTrees
e5ceacc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 30, 2024 in 0s

88.57% (-0.43%) compared to 797f325

View this Pull Request on Codecov

88.57% (-0.43%) compared to 797f325

Details

Codecov Report

Attention: Patch coverage is 73.56322% with 184 lines in your changes missing coverage. Please review.

Project coverage is 88.57%. Comparing base (797f325) to head (e5ceacc).

Files Patch % Lines
src/engine/Result.cpp 57.76% 98 Missing and 8 partials ⚠️
src/util/CacheableGenerator.h 85.80% 1 Missing and 22 partials ⚠️
src/engine/Operation.cpp 74.11% 21 Missing and 1 partial ⚠️
src/engine/IndexScan.cpp 5.88% 15 Missing and 1 partial ⚠️
src/util/Cache.h 82.08% 0 Missing and 12 partials ⚠️
src/engine/ExportQueryExecutionTrees.cpp 93.33% 0 Missing and 3 partials ⚠️
src/engine/QueryExecutionTree.cpp 83.33% 0 Missing and 1 partial ⚠️
src/engine/QueryPlanner.cpp 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1350      +/-   ##
==========================================
- Coverage   89.00%   88.57%   -0.43%     
==========================================
  Files         329      331       +2     
  Lines       29155    29773     +618     
  Branches     3236     3327      +91     
==========================================
+ Hits        25948    26370     +422     
- Misses       2055     2204     +149     
- Partials     1152     1199      +47     

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