You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yuming Wang (JIRA)" <ji...@apache.org> on 2019/06/08 01:33:00 UTC

[jira] [Created] (SPARK-27978) Add built-in Aggregate Functions: string_agg

Yuming Wang created SPARK-27978:
-----------------------------------

             Summary: Add built-in Aggregate Functions: string_agg
                 Key: SPARK-27978
                 URL: https://issues.apache.org/jira/browse/SPARK-27978
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Yuming Wang


||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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org