Details

    • New Feature
    • Status: Open
    • P3
    • Resolution: Unresolved
    • None
    • None
    • dsl-sql
    • None

    Description

      User would like the ARRAY(SELECT ...) operator, which becomes COLLECT.

      Simple example:

      SELECT ARRAY(SELECT f_int FROM PCOLLECTION)
      

      We also want to make sure the original (more complex) example works:

      SELECT
        otherScalarField,
        ARRAY(SELECT row_field1 FROM UNNEST(array_of_nested_rows)
      FROM
        table
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            apilloud Andrew Pilloud
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: