Yuming Wang created SPARK-27879:
-----------------------------------
Summary: Implement bitwise integer aggregates(BIT_AND and BIT_OR)
Key: SPARK-27879
URL: https://issues.apache.org/jira/browse/SPARK-27879
Project: Spark
Issue Type: Sub-task
Components: SQL
Affects Versions: 3.0.0
Reporter: Yuming Wang
{code:java}
bit_and(expression) -- The bitwise AND of all non-null input values, or null if
none
{code}
{code:java}
bit_or(expression) -- The bitwise OR of all non-null input values, or null if
none
{code}
More details:
[https://www.postgresql.org/docs/9.3/functions-aggregate.html]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]