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

Optimized application-defined functions #1251

Merged
merged 10 commits into from
Nov 26, 2023

Conversation

trueqbit
Copy link
Collaborator

@trueqbit trueqbit commented Nov 25, 2023

This PR contains the following improvements and optimizations to application-defined functions

  • Application-defined function names can now contain spaces or quotation marks
  • Move-capture construction arguments for traditional application-defined functions
  • Reorganized dispatch-based sqlite function callbacks to direct calls
  • Traditional stateless application-defined functions are constructed only once
  • Runtime check of the number of function arguments replaced by a runtime assertion

@trueqbit trueqbit requested a review from fnc12 November 25, 2023 22:07
dev/udf_proxy.h Show resolved Hide resolved
@trueqbit trueqbit merged commit 32c4cb9 into fnc12:dev Nov 26, 2023
1 check passed
@trueqbit trueqbit deleted the feature/optimized_udf branch November 26, 2023 08:33
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.

2 participants