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

Store nulls as densely packed bitfields #1862

Merged
merged 1 commit into from
Aug 9, 2023

Store nulls as densely packed bitfields

2414fe3
Select commit
Loading
Failed to load commit list.
Merged

Store nulls as densely packed bitfields #1862

Store nulls as densely packed bitfields
2414fe3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 8, 2023 in 1s

89.75% (target 80.00%)

View this Pull Request on Codecov

89.75% (target 80.00%)

Details

Codecov Report

Patch coverage: 93.60% and project coverage change: -0.04% ⚠️

Comparison is base (924d22e) 89.78% compared to head (2414fe3) 89.75%.
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1862      +/-   ##
==========================================
- Coverage   89.78%   89.75%   -0.04%     
==========================================
  Files         869      869              
  Lines       31050    31155     +105     
==========================================
+ Hits        27878    27962      +84     
- Misses       3172     3193      +21     
Files Changed Coverage Δ
src/binder/bind/bind_updating_clause.cpp 96.12% <ø> (ø)
src/include/common/types/types.h 100.00% <ø> (ø)
src/include/common/vector/value_vector.h 100.00% <ø> (ø)
...rc/include/storage/storage_structure/lists/lists.h 97.18% <ø> (ø)
src/storage/store/node_column.cpp 78.41% <78.57%> (-0.44%) ⬇️
src/common/null_mask.cpp 94.20% <84.61%> (-5.80%) ⬇️
src/storage/copier/column_chunk.cpp 77.04% <95.83%> (-0.11%) ⬇️
src/common/types/types.cpp 92.92% <100.00%> (+2.75%) ⬆️
src/common/vector/value_vector.cpp 99.47% <100.00%> (+<0.01%) ⬆️
src/include/common/null_mask.h 100.00% <100.00%> (ø)
... and 14 more

... and 16 files with indirect coverage changes

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