alamb commented on issue #8157:
URL: 
https://github.com/apache/arrow-datafusion/issues/8157#issuecomment-1858813905

   > How does this affect the effort of having a single API for scalar 
functions, removing the separation between BuiltIn and UDF?
   
   
   I think it offers a way to still have a single API for scalar functions 
without having to do String --> ScalarUDF resolution as an analysis pass.
   
   It also has the nice property that the `expr_fn`s like `concat()` or `now()` 
will only compile if they are actually available, rather than a runtime error 
with string resolution


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