jayzhan211 commented on issue #9892:
URL:
https://github.com/apache/arrow-datafusion/issues/9892#issuecomment-2041056446
```rust
fn get_function_meta(&self, name: &str) -> Option<Arc<ScalarUDF>> {
self.state.scalar_functions().get(name).cloned()
}
```
I was considering replacing the `get` which is why I think `register_all`
may not be needed. Let me try it out and 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]