Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-2399

Rename COLL_* aggregate functions into STRICT_*

    XMLWordPrintableJSON

Details

    Description

      There are 2 kinds of aggregation functions in SQL++ right now:

      1. those with the prefix ARRAY_ (which share SQL's behavior or ignoring NULL) and
      2. those with the prefix COLL_ (which return NULL, if one of the values is NULL).

      To reduce the confusion about which functions implement a strict NULL handling we should rename to COLL_ functions to use the prefix STRICT_ instead.

      Attachments

        Activity

          People

            tillw Till Westmann
            tillw Till Westmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: