gstvg commented on code in PR #12116: URL: https://github.com/apache/datafusion/pull/12116#discussion_r1947939409
########## datafusion/expr/src/udf.rs: ########## @@ -951,4 +952,10 @@ The following regular expression functions are supported:"#, label: "Other Functions", description: None, }; + + pub const DOC_SECTION_UNION: DocSection = DocSection { + include: true, + label: "Union Functions", + description: None, Review Comment: Good point :thumbsup: We could rename it to "Tagged Union Functions" too -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org