-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 user_defined_sql_planners(..) to FunctionRegistry #11296
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok with that as long as the register function neme (and I suppose deregister in the future) mirrors the naming scheme. I can file a followup issue to have that renamed. |
Rename update pushed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Omega359
* Add user_defined_sql_planners(..) to FunctionRegistry * Adding simple test for user_defined_sql_planners * Renamed user_defined_sql_planners to expr_planners
Which issue does this PR close?
Closes #11294
Rationale for this change
Adding the ability to retrieve the list of registered user defined sql functions.
What changes are included in this PR?
Code, test.
Are these changes tested?
A simple test was added to verify api returns something.
Are there any user-facing changes?
FunctionRegistry trait was ammended.