ARRAY_AGG(expr)
ARRAY_AGG(expr)
Combines column values within a group into a single array of those values.See examples.
ARRAY_AGG_DISTINCT(expr)
ARRAY_AGG_DISTINCT(expr)
Combines column values within a group into a single array of those values, removing
any duplicates.See examples.
UNNEST_JSON_ARRAY
UNNEST_JSON_ARRAY
Transposes array values into columnar data.See UNNEST_JSON_ARRAY.