-
Notifications
You must be signed in to change notification settings - Fork 19
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
Draft: Add UDF Section #752
base: main
Are you sure you want to change the base?
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 like this feature, thanks for working on it.
@@ -23,6 +23,7 @@ | |||
"OVERVIEW": "Overview", | |||
"CONSOLE": "Console", | |||
"TABLE": "Tables", | |||
"UDF": "User Defined Functions", |
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.
What will happen when switching to another language?
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.
Will add the i18n translations when the rest is done :)
Co-authored-by: Andreas Motl <[email protected]>
Hi Georg, I was just scanning the unmerged patches and found this. Did you plan to add more things before unflagging the "Draft" mode? With kind regards, |
Summary of the changes / Why this is an improvement
Adding a view for User Defined Functions helps to manage and replace UDFs within CrateDB.
Before one would need to manually manage UDFs outside of CrateDB and/or remember queries like.
to check which UDFs exist within CrateDB
forked from Views-view / section
Open To-Dos:
integer_array
toARRAY(INTEGER)
closes #734
Checklist