You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "izveigor (via GitHub)" <gi...@apache.org> on 2023/05/07 19:31:35 UTC

[GitHub] [arrow-datafusion] izveigor opened a new issue, #6275: Support bitwise and boolean aggregate functions

izveigor opened a new issue, #6275:
URL: https://github.com/apache/arrow-datafusion/issues/6275

   ### Is your feature request related to a problem or challenge?
   
   Bitwise and boolean aggregate functions are supported by a lot of databases and query engines (PostgreSQL, MySQL...). In my opinion, `arrow-datafusion` should also support these features.
   
   ### Describe the solution you'd like
   
   New aggregate functions:
   Bitwise:
   - bit_and
   - bit_or
   - bit_xor
   
   Boolean:
   - bool_and
   - bool_or
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   MySQL: https://dev.mysql.com/doc/refman/8.0/en/aggregate-functions.html
   PostgreSQL: https://www.postgresql.org/docs/current/functions-aggregate.html


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

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


[GitHub] [arrow-datafusion] alamb closed issue #6275: Support bitwise and boolean aggregate functions

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb closed issue #6275: Support bitwise and boolean aggregate functions
URL: https://github.com/apache/arrow-datafusion/issues/6275


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

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