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

Dian Fu reassigned FLINK-29156:
-------------------------------

    Assignee: zhangjingcun

> Support LISTAGG in the Table API
> --------------------------------
>
>                 Key: FLINK-29156
>                 URL: https://issues.apache.org/jira/browse/FLINK-29156
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table SQL / API
>            Reporter: zhangjingcun
>            Assignee: zhangjingcun
>            Priority: Major
>
> Currently, LISTAGG  are not supported in Table API.
> table.group_by(col("a"))
>      .select(
>          col("a"),
>         call("LISTAGG", col("b"), ','))



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to