goldmedal commented on issue #12144: URL: https://github.com/apache/datafusion/issues/12144#issuecomment-2442034262
Is there any update on this issue? In my downstream project, Wren AI, we would register various custom functions (UDF, UDAF, etc.) dynamically. This feature would be useful in our scenario for getting the available functions in the current session. Currently, I can only access functions through `SessionState::scalar_functions()` or similar methods. However, obtaining parameter type or return type information is challenging. As @alamb suggested, I think we can begin by implementing `information_schema`. -- 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]
