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

create CAST(item, type) function #2326

Merged
merged 1 commit into from
Nov 6, 2023

finish CAST(item, type)

0da2553
Select commit
Loading
Failed to load commit list.
Merged

create CAST(item, type) function #2326

finish CAST(item, type)
0da2553
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 6, 2023 in 1s

90.26% (target 80.00%)

View this Pull Request on Codecov

90.26% (target 80.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4194475) 90.24% compared to head (0da2553) 90.26%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2326      +/-   ##
==========================================
+ Coverage   90.24%   90.26%   +0.02%     
==========================================
  Files        1011     1011              
  Lines       32308    32344      +36     
==========================================
+ Hits        29156    29195      +39     
+ Misses       3152     3149       -3     
Files Coverage Δ
src/binder/bind/bind_graph_pattern.cpp 91.61% <100.00%> (+0.05%) ⬆️
...inder/bind_expression/bind_function_expression.cpp 96.83% <100.00%> (+0.06%) ⬆️
src/binder/expression/function_expression.cpp 100.00% <100.00%> (ø)
src/c_api/value.cpp 87.83% <100.00%> (ø)
src/common/types/ku_string.cpp 100.00% <100.00%> (ø)
src/expression_evaluator/function_evaluator.cpp 100.00% <100.00%> (ø)
src/function/built_in_functions.cpp 100.00% <100.00%> (ø)
src/function/cast_string_to_functions.cpp 99.75% <100.00%> (-0.25%) ⬇️
src/function/vector_blob_functions.cpp 85.71% <100.00%> (ø)
src/function/vector_cast_functions.cpp 75.00% <ø> (ø)
... and 26 more

... and 5 files with indirect coverage changes

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