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 UDF support to c++ API #1808

Merged
merged 1 commit into from
Jul 13, 2023
Merged

Add UDF support to c++ API #1808

merged 1 commit into from
Jul 13, 2023

Conversation

acquamarin
Copy link
Collaborator

@acquamarin acquamarin commented Jul 12, 2023

Implement UDF support to C++ API.

@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Patch coverage: 99.53% and project coverage change: +0.04 🎉

Comparison is base (7ec4007) 91.13% compared to head (e924547) 91.17%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1808      +/-   ##
==========================================
+ Coverage   91.13%   91.17%   +0.04%     
==========================================
  Files         776      777       +1     
  Lines       28373    28451      +78     
==========================================
+ Hits        25857    25940      +83     
+ Misses       2516     2511       -5     
Impacted Files Coverage Δ
src/common/types/value.cpp 85.94% <ø> (ø)
src/common/vector/auxiliary_buffer.cpp 89.47% <ø> (ø)
src/expression_evaluator/path_evaluator.cpp 98.49% <ø> (-0.02%) ⬇️
src/function/vector_path_functions.cpp 79.36% <ø> (ø)
src/include/catalog/catalog.h 100.00% <ø> (ø)
src/include/catalog/catalog_structs.h 100.00% <ø> (ø)
src/include/common/vector/auxiliary_buffer.h 92.30% <ø> (ø)
src/include/function/built_in_vector_functions.h 100.00% <ø> (ø)
...rc/include/storage/buffer_manager/memory_manager.h 100.00% <ø> (ø)
src/storage/buffer_manager/memory_manager.cpp 100.00% <ø> (ø)
... and 9 more

... and 10 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

src/catalog/catalog.cpp Show resolved Hide resolved
src/include/function/built_in_vector_functions.h Outdated Show resolved Hide resolved
src/include/main/connection.h Outdated Show resolved Hide resolved
test/main/udf_test.cpp Outdated Show resolved Hide resolved
@acquamarin acquamarin merged commit 2f2d68c into master Jul 13, 2023
10 checks passed
@acquamarin acquamarin deleted the udf branch July 13, 2023 01:55
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