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

Add support for ARRAY_EXCEPT() function

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.9.4.1
    • 0.9.5
    • FUN - Functions
    • None

    Description

      array_except takes 2 arguments, both arguments being arrays, and returns all the items in the first array minus the items in the second array.

       

      Example:

      array_except([1, 2, 3, 4], [2, 3]) -> [1, 4]
      array_except([1, "2", "3"], ["2", 3]) -> [1, "3"]

      Attachments

        Activity

          People

            HussainHT Hussain Towaileb
            HussainHT Hussain Towaileb
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: