You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2021/05/10 17:20:01 UTC

[jira] [Updated] (BEAM-11872) Support COLLECT operator

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

Beam JIRA Bot updated BEAM-11872:
---------------------------------
    Labels: stale-P2  (was: )

> Support COLLECT operator
> ------------------------
>
>                 Key: BEAM-11872
>                 URL: https://issues.apache.org/jira/browse/BEAM-11872
>             Project: Beam
>          Issue Type: New Feature
>          Components: dsl-sql
>            Reporter: Andrew Pilloud
>            Priority: P2
>              Labels: stale-P2
>
> User would like the ARRAY(SELECT ...) operator, which becomes COLLECT.
> Simple example:
> {code:java}
> SELECT ARRAY(SELECT f_int FROM PCOLLECTION)
> {code}
> We also want to make sure the original (more complex) example works:
> {code:java}
> SELECT
>   otherScalarField,
>   ARRAY(SELECT row_field1 FROM UNNEST(array_of_nested_rows)
> FROM
>   table
> {code}



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