[ 
https://issues.apache.org/jira/browse/SPARK-19851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15902990#comment-15902990
 ] 

Apache Spark commented on SPARK-19851:
--------------------------------------

User 'ptkool' has created a pull request for this issue:
https://github.com/apache/spark/pull/17194

> Add support for EVERY and ANY (SOME) aggregates
> -----------------------------------------------
>
>                 Key: SPARK-19851
>                 URL: https://issues.apache.org/jira/browse/SPARK-19851
>             Project: Spark
>          Issue Type: Improvement
>          Components: PySpark, SQL
>    Affects Versions: 2.1.0
>            Reporter: Michael Styles
>
> Add support for EVERY and ANY (SOME) aggregates.
> - EVERY returns true if all input values are true.
> - ANY returns true if at least one input value is true.
> - SOME is equivalent to ANY.
> Both aggregates are part of the SQL standard.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to