gstvg commented on code in PR #21679: URL: https://github.com/apache/datafusion/pull/21679#discussion_r3104918930
########## docs/source/user-guide/sql/scalar_functions.md: ########## @@ -4375,6 +4377,34 @@ array_to_string(array, delimiter[, null_string]) - array_join - list_join +### `array_transform` + +transforms the values of a array Review Comment: Had to fix where this is generated from, https://github.com/apache/datafusion/pull/21679/changes/8977eae0575898cec18915dfd403cb7957311f4d thanks -- 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]
