Light-City opened a new issue, #41253: URL: https://github.com/apache/arrow/issues/41253
### Describe the enhancement requested doc: https://www.postgresql.org/docs/current/tutorial-agg.html just like postgresql, we can filter batch before scalar agg and group by agg. ```sql count(*) FILTER (WHERE temp_lo < 45) ``` ### Component(s) C++ -- 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]
