You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/01/26 12:42:53 UTC

[GitHub] [druid] abhishekagarwal87 commented on issue #10800: Does druid.io sql query support group_concat?

abhishekagarwal87 commented on issue #10800:
URL: https://github.com/apache/druid/issues/10800#issuecomment-767517328


   There is no support from the `group_concat` function as of today. One challenge with implementing such a function is that size of the aggregated value is not constant across rows. Users can pass a maximum size as input but that can lead to inefficient usage of memory since druid also doesn't support growable buffers as of yet. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org