zhangjingcun created FLINK-29156:
------------------------------------
Summary: 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
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)
