findepi opened a new pull request, #12266: URL: https://github.com/apache/datafusion/pull/12266
## Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/12144 ## Rationale for this change see https://github.com/apache/datafusion/issues/12144 > I as a user would want to see a list of available functions ## What changes are included in this PR? Support for `Statement::ShowFunctions` by converting it directly to VALUES. Filters are not supported. The syntax for filters is subject to https://github.com/sqlparser-rs/sqlparser-rs/issues/1399 ## Are these changes tested? Yes ## Are there any user-facing changes? Support for the SHOW FUNCTIONS statement. -- 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]
