Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-19851

Add support for EVERY and ANY (SOME) aggregates

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.1.0
    • 3.0.0
    • PySpark, SQL
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              dkbiswal Dilip Biswal
              ptkool Michael Styles
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: