Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-1664

create MAX, MIN, AVG, STDDEV query operators

    XMLWordPrintableJSON

Details

    • Icon: New Feature New Feature
    • Resolution: Duplicate
    • Icon: Major - P3 Major - P3
    • None
    • None
    • Querying
    • None
    • ALL

    Description

      Add support for maximum, minimum, average, and standard deviation queries. Something like the following in SQL:

      SELECT MAX(column) from table;
      SELECT MIN(column) from table;
      SELECT AVG(column) from table;
      SELECT STDDEV(column) from table;

      Attachments

        Activity

          People

            Unassigned Unassigned
            themattreid Matt Reid
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: