You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/07/28 17:26:00 UTC

[jira] [Commented] (ASTERIXDB-2927) SOME/ANY AND EVERY Quantified Expressions

    [ https://issues.apache.org/jira/browse/ASTERIXDB-2927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17388900#comment-17388900 ] 

ASF subversion and git services commented on ASTERIXDB-2927:
------------------------------------------------------------

Commit 21e52822c08f231278110879009d36b6a3492e43 in asterixdb's branch refs/heads/master from ggalvizo
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=21e5282 ]

[ASTERIXDB-2927][SQL] SOME AND EVERY quantified expressions

- user mode changes: yes
- storage format changes: no
- interface changes: no

User now has the option to use "ANY/SOME AND EVERY" in addition to ANY/SOME
and EVERY for quantified expressions. "ANY/SOME AND EVERY" is similar to
"EVERY", except we require that at least one item exists in the
quantified array / multiset (i.e. no empty sets in the result).

Change-Id: I66315f69eb1579a4c450cc3d0e97b39a03fe5194
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/12323
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Dmitry Lychagin <dm...@couchbase.com>


> SOME/ANY AND EVERY Quantified Expressions
> -----------------------------------------
>
>                 Key: ASTERIXDB-2927
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2927
>             Project: Apache AsterixDB
>          Issue Type: New Feature
>          Components: SQL - Translator SQL++
>            Reporter: Glenn Justo Galvizo
>            Assignee: Glenn Justo Galvizo
>            Priority: Major
>
> Support for SOME/ANY AND EVERY quantified expressions, which is equivalent to an EVERY quantified expression with a clause requiring that the array / multiset in being quantified is non-empty.



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