You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Haisheng Yuan (JIRA)" <ji...@apache.org> on 2019/03/20 01:55:00 UTC

[jira] [Created] (CALCITE-2935) Support ANY, SOME, EVERY aggregate functions

Haisheng Yuan created CALCITE-2935:
--------------------------------------

             Summary: Support  ANY, SOME, EVERY aggregate functions
                 Key: CALCITE-2935
                 URL: https://issues.apache.org/jira/browse/CALCITE-2935
             Project: Calcite
          Issue Type: New Feature
          Components: core
            Reporter: Haisheng Yuan


ANY, SOME is equivalent with bool_or. EVERY is equivalent with bool_and.

https://blog.jooq.org/2014/12/18/a-true-sql-gem-you-didnt-know-yet-the-every-aggregate-function/
https://mysqlserverteam.com/using-the-aggregate-functions-any-some-every-with-mysql/




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)