alamb commented on issue #2547: URL: https://github.com/apache/datafusion/issues/2547#issuecomment-2588081977
Feel free @NiwakaDev -- it might be worth checking / ensuring none of the existing fucntions do this: https://datafusion.apache.org/user-guide/sql/scalar_functions.html#array-functions If you want to add support, I think the right hting to do is to add a function `array_all` and then add a rule in the sql planner to plan the `ALL...` syntax to be a function call to `array_all` This is similar to how the `ARRAY(..)` syntax is handled (it is rewritten to a call to the `make_array` function) -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org