tshauck opened a new issue, #11522:
URL: https://github.com/apache/datafusion/issues/11522

   ### Is your feature request related to a problem or challenge?
   
   Currently `VariadicAny` represents 1 or more arguments, but given the name 
and seemingly intention, it seems like 0 or more would make more sense (though 
there a number of counter examples).
   
   See https://github.com/apache/datafusion/pull/11229/files#r1680888279 for 
more discussion.
   
   ### Describe the solution you'd like
   
   `VariadicAny` is updated to support 0 arguments.
   
   ### Describe alternatives you've considered
   
   See the linked discussion for a few alternatives. It's unclear if 
`VariadicAny` w/ 0 args is the best option here, but was an issue implementing 
`COUNT()`.
   
   ### Additional context
   
   
https://github.com/apache/datafusion/blob/b0925c801e1c07bd78c78b045ab58fbd0630b638/datafusion/expr/src/signature.rs#L100-L101


-- 
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]

Reply via email to