Omega359 commented on issue #9892:
URL:
https://github.com/apache/arrow-datafusion/issues/9892#issuecomment-2030462465
The names of the functions would be in the list of udf's available in the
sessionState
```
/// Scalar functions that are registered with the context
scalar_functions: HashMap<String, Arc<ScalarUDF>>,
```
--
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]