alamb commented on code in PR #12429: URL: https://github.com/apache/datafusion/pull/12429#discussion_r1756558328
########## docs/source/user-guide/sql/scalar_functions.md: ########## @@ -3975,3 +3976,22 @@ arrow_typeof(expression) +---------------------------+------------------------+ 1 row in set. Query took 0.001 seconds. ``` + +### `version` + +Returns the version of DataFusion. + +``` +version() +``` + +#### Example + +``` +> select version(); ++--------------------------------------------+ +| version() | ++--------------------------------------------+ +| Apache DataFusion 41.0.0, aarch64 on macos | Review Comment: I don't think it matters if the doc example doesn't reflect the current version -- 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]
