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