You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "jiabao sun (Jira)" <ji...@apache.org> on 2021/03/24 10:34:00 UTC

[jira] [Created] (FLINK-21949) Support collect to array aggregate function

jiabao sun created FLINK-21949:
----------------------------------

             Summary: Support collect to array aggregate function
                 Key: FLINK-21949
                 URL: https://issues.apache.org/jira/browse/FLINK-21949
             Project: Flink
          Issue Type: Improvement
          Components: Build System / Stateful Functions, Table SQL / Planner
    Affects Versions: 1.12.0
            Reporter: jiabao sun


Some nosql databases like mongodb and elasticsearch support nested data types.

Aggregating multiple rows into ARRAY<ROW> is a common requirement.

The CollectToArray function is similar to Collect, except that it returns ARRAY<ROW> instead of MULTISET<ROW>.



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