alamb commented on code in PR #8713:
URL: https://github.com/apache/arrow-datafusion/pull/8713#discussion_r1439078577
##########
datafusion/expr/src/udf.rs:
##########
@@ -292,3 +271,105 @@ pub trait ScalarUDFImpl {
&[]
}
}
+
+/// ScalarUDF that adds an alias to the underlying function. It is better to
Review Comment:
This is somewhat boilerplate, but it is a pretty straightforward example of
using Trait objects to extend functionality
--
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]