LiaCastaneda commented on PR #21679: URL: https://github.com/apache/datafusion/pull/21679#issuecomment-4282149189
IIRC this PR supports multiple lambdas ([link](https://github.com/gstvg/arrow-datafusion/blob/1b8712f7e3434c1bf955bc82c465223dbcc0c8a6/datafusion/physical-expr/src/higher_order_function.rs#L281) to comment @pepijnve mentions) . it's up to the caller to handle the execution of the multiple lambdas in `invoke_with_args`. For the sql syntax, I'm not familiar with how the parser works but I imagine the shape would be similar to how it's expressed in [other engines](https://trino.io/docs/current/functions/array.html#reduce). -- 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]
