-
Notifications
You must be signed in to change notification settings - Fork 36
docs: add developer manual docs #336
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
base: main
Are you sure you want to change the base?
Conversation
97152ee to
d44f6b6
Compare
xtangcode
left a comment
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.
Overall looks good to me. A few nitpicks:
- Consider extend the use-pl-container.md guide to to broader guide for "stored procedures & user-defined functions" which introduces stored procedures, user-defined functions supported in different languages, triggers, etc.
- Consider adding a data / tool integration section in the future.
…oudberrydb-site into add-developer-manual
|
|
||
| User-Defined Functions (UDFs) return values and can be used in queries. They allow you to bundle complex logic and calculations into reusable components. | ||
|
|
||
| Apache Cloudberry supports several procedural languages for writing UDFs: |
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.
R is also a popular language among statisticians. Maybe helpful to add a guide for it. Not a high priority task at this moment though.
docs: add developer manual docs
Change logs
Contributor's checklist
Here are some reminders before you submit your pull request: