Dandandan edited a comment on issue #272: URL: https://github.com/apache/arrow-datafusion/issues/272#issuecomment-833826346
@alamb yes, that's a great one - isn't that only feasible with `SUM`/`MAX`/`MIN`? I think primary use case would be `COUNT` or `AVG` Edit: yeah or similulating count through sum, as I am seeing in your example. You could do something in the same way for `AVG` of course if you are feeling creative :D -- 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. For queries about this service, please contact Infrastructure at: [email protected]
