File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
docs/source/contributor-guide Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -146,3 +146,15 @@ valid installation of [protoc] (see [installation instructions] for details).
146146
147147[ protoc ] : https://github.com/protocolbuffers/protobuf#protocol-compiler-installation
148148[ installation instructions ] : https://datafusion.apache.org/contributor-guide/getting_started.html#protoc-installation
149+
150+ ## How to add/edit documentation for UDFs
151+
152+ Documentations for the UDF documentations are generated from code (related [ github issue] ). To generate markdown run ` ./update_function_docs.sh ` .
153+
154+ This is necessary after adding new UDF implementation or modifying existing implementation which requires to update documentation.
155+
156+ ``` bash
157+ ./dev/update_function_docs.sh
158+ ```
159+
160+ [ github issue ] : https://github.com/apache/datafusion/issues/12740
You can’t perform that action at this time.
0 commit comments