xtangcode commented on code in PR #336:
URL: https://github.com/apache/cloudberry-site/pull/336#discussion_r2650387742


##########
docs/developer/functions-and-procedures/overview.md:
##########
@@ -0,0 +1,33 @@
+---
+title: Stored Procedures and User-Defined Functions
+---
+
+# Stored Procedures and User-Defined Functions
+
+Apache Cloudberry provides powerful capabilities for extending the database 
functionality through Stored Procedures (SPs) and User-Defined Functions (UDFs).
+
+## User-Defined functions (UDFs)
+
+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:

Review Comment:
   R is also a popular language among statisticians. Maybe helpful to add a 
guide for it. Not a high priority at this moment though.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to