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

Add max_by() / min_by() SQL aggregate functions

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • SQL
    • None

    Description

      It would be useful if Spark SQL supported the max_by() SQL aggregate function. Quoting from the Presto docs:

      max_by(x, y) → [same as x]
      Returns the value of x associated with the maximum value of y over all input values.

      min_by works similarly.

      Technically I can emulate this behavior using window functions but the resulting syntax is much more verbose and non-intuitive compared to max_by / min_by.

      Attachments

        Issue Links

          Activity

            People

              viirya L. C. Hsieh
              joshrosen Josh Rosen
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: