Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-879

COLLECT aggregate function

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.5.0
    • None
    • None

    Description

      Implement the SQL standard COLLECT aggregate function, including with the DISTINCT keyword. COLLECT creates a multiset of its arguments, for example:

      SELECT deptno, COLLECT(ename) AS enames
      FROM emp
      GROUP BY deptno

      Attachments

        Issue Links

          Activity

            People

              julianhyde Julian Hyde
              julianhyde Julian Hyde
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: