alamb commented on issue #14835: URL: https://github.com/apache/datafusion/issues/14835#issuecomment-2676838578
> Revisit the functions that use `make_scalar_function` and identify those where it is no longer necessary. If there are functions that no longer require it, remove the usage entirely to streamline the code. - I think trying out @findepi 's #12635 would be an excellent candidate for these functions. The ones that use `make_scalar_function` are all fairly simple and would benefit from having a special case for constant. Ensuring #12635 can handle the basic math functions would be a good validation of the API in general -- 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]
