Skip to main content
Aggregates arrays into a larger array of those arrays. Combines the groupArray function with the Array combinator. Alias: array_concat_agg Example We have data which captures user browsing sessions. Each session records the sequence of pages a specific user visited. We can use the groupArrayArray function to analyze the patterns of page visits for each user.
Setup
Query
Response
Last modified on June 22, 2026