Omega359 opened a new pull request, #12668: URL: https://github.com/apache/datafusion/pull/12668
## Which issue does this PR close? Closes #12432 ## Rationale for this change Improving documentation for UDF's to allow the documentation for a UDF to be used in multiple places (describe test_udf; website, etc) ## What changes are included in this PR? This PR contains the scripts to generate the .md files for scalar, aggregate and window UDF's (with a _new.md suffix for now). As well a sampling of UDF's were converted to the new format. The base UDF's were update to return a stub `Documentation` object that will not be included in any publicly generated documentation. What is not included in this PR is a full conversion of all UDF's to include the new documentation fn nor was updating the user-guide/expressions.md file. ## Are these changes tested? Basic testing was performed ## Are there any user-facing changes? Not yet. -- 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]
