alamb commented on PR #8079:
URL: 
https://github.com/apache/arrow-datafusion/pull/8079#issuecomment-1806408005

   > When ScalarUDF fields needs to be extended, it should look like:
   
   Yes, that is a great idea!
   
   I am actually hoping it looks more like
   
   ```rust
   let udf = ScalarUDF::new_from_trait(
     MyStructThatImplementsATrait{}
   )
     .with_aliases(["fo", "foo_func"])
   ```
   
   But we'll see !


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

Reply via email to