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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
