Omega359 commented on code in PR #12116:
URL: https://github.com/apache/datafusion/pull/12116#discussion_r1946471266


##########
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:
   Union functions will definitely need a description to note that they are not 
SQL unions but rather a variant or enum.



-- 
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

Reply via email to