Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
3.0.0
-
None
-
None
Description
Function | Argument Type(s) | Return Type | Partial Mode | Description |
---|---|---|---|---|
string_agg(expression,delimiter) | (text, text) or (bytea, bytea) | same as argument types | No | input values concatenated into a string, separated by delimiter |
https://www.postgresql.org/docs/current/functions-aggregate.html
We can workaround it by concat_ws(delimiter, collect_list(expression)) currently.
Attachments
Issue Links
- duplicates
-
SPARK-42746 Add the LISTAGG() aggregate function
- Open