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

Clean up node_column.h and column_chunk.h #2164

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

benjaminwinger
Copy link
Collaborator

Some of the classes can be moved into the source files as they are only used by the factories. BoolNodeColumn was no longer needed and was removed.

NullColumnChunk is referenced elsewhere, but otherwise the specific variants of ColumnChunk and NodeColumn are all now defined within the source files.

That said, node_column.cpp and column_chunk.cpp are now getting a little large.

@ray6080 ray6080 self-requested a review October 7, 2023 07:29
Some of the classes can be moved into the source files as they are only used by the factories.
BoolNodeColumn was no longer needed and was removed
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Attention: 51 lines in your changes are missing coverage. Please review.

Comparison is base (9944b70) 89.95% compared to head (a030ef0) 89.91%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2164      +/-   ##
==========================================
- Coverage   89.95%   89.91%   -0.04%     
==========================================
  Files         989      989              
  Lines       35645    35637       -8     
==========================================
- Hits        32065    32044      -21     
- Misses       3580     3593      +13     
Files Coverage Δ
src/include/storage/store/column_chunk.h 95.12% <ø> (-0.96%) ⬇️
src/include/storage/store/node_column.h 100.00% <ø> (ø)
src/storage/store/node_column.cpp 79.20% <74.64%> (-0.50%) ⬇️
src/storage/store/column_chunk.cpp 81.75% <52.17%> (-2.61%) ⬇️

... and 2 files with indirect coverage changes

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

@ray6080 ray6080 merged commit abca5e6 into master Oct 10, 2023
10 of 11 checks passed
@ray6080 ray6080 deleted the storage-header-cleanup branch October 10, 2023 06:56
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.

None yet

2 participants