viirya commented on issue #8866: URL: https://github.com/apache/arrow-datafusion/issues/8866#issuecomment-1892718026
Well, if you don't use `make_scalar_function` to create the scalar function, you can define a `ScalarUDF` which can do what you want. For example, you can implement the UDF by implementing `ScalarUDFImpl`. -- 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]
