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

Refactoring preliminaries for lazy operations (Part 1) #1352

Merged
merged 11 commits into from
May 23, 2024

Conversation

RobinTF
Copy link
Collaborator

@RobinTF RobinTF commented May 21, 2024

This PR contains all the changes from the infrastructure for lazy operation evaluation (#1350) that are simple and repetitive, but touch many files. In particular:

  • Rename the ResultTable class to Result (a TODO suggested by @hannahbast some time ago).
  • Add a new parameter bool requestLaziness to Operation::computeResult. This parameter is currently unused.

@RobinTF RobinTF requested a review from joka921 May 21, 2024 14:02
Copy link

codecov bot commented May 21, 2024

Codecov Report

Attention: Patch coverage is 99.15254% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 88.78%. Comparing base (0ff6f76) to head (0e64a37).
Report is 1 commits behind head on master.

Files Patch % Lines
src/engine/QueryExecutionTree.h 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1352      +/-   ##
==========================================
- Coverage   88.79%   88.78%   -0.02%     
==========================================
  Files         324      324              
  Lines       28650    28673      +23     
  Branches     3170     3171       +1     
==========================================
+ Hits        25441    25456      +15     
- Misses       2060     2065       +5     
- Partials     1149     1152       +3     

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

Copy link
Member

@joka921 joka921 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two and a half very minor suggestions, otherwise this is good to go!

src/engine/Operation.h Outdated Show resolved Hide resolved
src/engine/Result.cpp Outdated Show resolved Hide resolved
src/engine/Join.cpp Outdated Show resolved Hide resolved
Copy link

Quality Gate Passed Quality Gate passed

Issues
7 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
1.5% Duplication on New Code

See analysis details on SonarCloud

@joka921 joka921 changed the title Refactoring preliminaries for #1350 (Part 1) Refactoring preliminaries for lazy operations (Part 1) May 23, 2024
@joka921 joka921 merged commit f9c3132 into ad-freiburg:master May 23, 2024
18 of 19 checks passed
@RobinTF RobinTF deleted the preliminaries-part-1 branch May 23, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants