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

Add fixed-list,union,map functions #2278

Merged
merged 1 commit into from
Oct 27, 2023

Add fixed-list,union,map functions

5a7f1ea
Select commit
Loading
Failed to load commit list.
Merged

Add fixed-list,union,map functions #2278

Add fixed-list,union,map functions
5a7f1ea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 26, 2023 in 0s

89.63% (target 80.00%)

View this Pull Request on Codecov

89.63% (target 80.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (40a4a16) 89.61% compared to head (5a7f1ea) 89.63%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2278      +/-   ##
==========================================
+ Coverage   89.61%   89.63%   +0.01%     
==========================================
  Files        1024     1024              
  Lines       36031    36079      +48     
==========================================
+ Hits        32290    32340      +50     
+ Misses       3741     3739       -2     
Files Coverage Δ
src/common/type_utils.cpp 93.25% <100.00%> (+7.00%) ⬆️
src/common/types/types.cpp 0.00% <ø> (ø)
src/function/vector_cast_functions.cpp 86.22% <100.00%> (+3.26%) ⬆️
src/include/common/type_utils.h 100.00% <ø> (ø)
src/include/common/types/types.h 100.00% <ø> (ø)
src/include/common/vector/value_vector.h 100.00% <100.00%> (ø)
...c/include/function/cast/functions/cast_functions.h 97.91% <100.00%> (ø)
src/include/function/union/functions/union_tag.h 100.00% <100.00%> (ø)

... and 7 files with indirect coverage changes

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