You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Takeshi Yamamuro (Jira)" <ji...@apache.org> on 2019/12/29 06:39:00 UTC

[jira] [Updated] (SPARK-27879) Implement bitwise integer aggregates(BIT_AND and BIT_OR)

     [ https://issues.apache.org/jira/browse/SPARK-27879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Takeshi Yamamuro updated SPARK-27879:
-------------------------------------
    Parent Issue: SPARK-30375  (was: SPARK-27764)

> 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
>            Assignee: Kent Yao
>            Priority: Major
>             Fix For: 3.0.0
>
>
> {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
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org