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: [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]