You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Light-City (via GitHub)" <gi...@apache.org> on 2024/04/17 09:27:21 UTC

[I] Feature: support filter before agg for Acero. [arrow]

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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org