Viicos opened a new pull request, #23212: URL: https://github.com/apache/datafusion/pull/23212
Almost all the datafusion functions uses a consistent format for the `syntax_example` which describes the expected signature of the function (that is, `func_name(arg1, arg2 [, optional_arg])`, apart from some functions with specific syntax, e.g. [`array_agg(expression [ORDER BY expression])`](https://datafusion.apache.org/user-guide/sql/aggregate_functions.html#array-agg)). I'm trying to programmatically parse this syntax and map it to the `argument` `user_doc` directive, but `array_transform` was one (if not the only) that wasn't following the same pattern. -- 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]
