You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2015/10/07 21:19:26 UTC

[jira] [Resolved] (CALCITE-879) COLLECT aggregate function

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

Julian Hyde resolved CALCITE-879.
---------------------------------
    Resolution: Fixed

Fixed in http://git-wip-us.apache.org/repos/asf/incubator-calcite/commit/8f2b32cd.

> COLLECT aggregate function
> --------------------------
>
>                 Key: CALCITE-879
>                 URL: https://issues.apache.org/jira/browse/CALCITE-879
>             Project: Calcite
>          Issue Type: Bug
>            Reporter: Julian Hyde
>            Assignee: Julian Hyde
>             Fix For: 1.5.0-incubating
>
>
> Implement the SQL standard COLLECT aggregate function, including with the DISTINCT keyword. COLLECT creates a multiset of its arguments, for example:{code}SELECT deptno, COLLECT(ename) AS enames
> FROM emp
> GROUP BY deptno{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)