Description
bit_and(expression) -- The bitwise AND of all non-null input values, or null if none
bit_or(expression) -- The bitwise OR of all non-null input values, or null if none
More details:
https://www.postgresql.org/docs/9.3/functions-aggregate.html
Attachments
Issue Links
- is cloned by
-
SPARK-29545 Implement bitwise integer aggregates bit_xor
- Resolved
- links to