[ 
https://issues.apache.org/jira/browse/ASTERIXDB-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hussain Towaileb resolved ASTERIXDB-2658.
-----------------------------------------
    Resolution: Fixed

> Add support for ARRAY_EXCEPT() function
> ---------------------------------------
>
>                 Key: ASTERIXDB-2658
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2658
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>          Components: FUN - Functions
>    Affects Versions: 0.9.4.1
>            Reporter: Hussain Towaileb
>            Assignee: Hussain Towaileb
>            Priority: Major
>             Fix For: 0.9.5
>
>
> 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:
> {code:java}
> array_except([1, 2, 3, 4], [2, 3]) -> [1, 4]
> array_except([1, "2", "3"], ["2", 3]) -> [1, "3"]{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to