bubulalabu commented on PR #18019: URL: https://github.com/apache/datafusion/pull/18019#issuecomment-3419663840
@timsaucer > Is there a way that we can also take care of Variadic and VariadicAny ? What is the technical holdup for taking care of them also? How do you envision the call syntax? This [https://www.postgresql.org/docs/9.5/xfunc-sql.html](https://www.postgresql.org/docs/9.5/xfunc-sql.html) section `35.4.5. SQL Functions with Variable Numbers of Arguments` is how postgres does it. I haven't checked the feasibility, but on first glance it looks like a niche case with much added complexity -- 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]
