You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yuming Wang (JIRA)" <ji...@apache.org> on 2019/05/30 09:00:00 UTC

[jira] [Created] (SPARK-27880) Implement boolean aggregates(BOOL_AND, BOOL_OR and EVERY)

Yuming Wang created SPARK-27880:
-----------------------------------

             Summary: Implement boolean aggregates(BOOL_AND, BOOL_OR and EVERY)
                 Key: SPARK-27880
                 URL: https://issues.apache.org/jira/browse/SPARK-27880
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Yuming Wang


{code:sql}
bool_and(expression) -- true if all input values are true, otherwise false
{code}
{code:sql}
bool_or(expression) -- true if at least one input value is true, otherwise false
{code}
{code:sql}
every(expression) -- equivalent to bool_and
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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