You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release note (sql change): New aggregate builtin function array_cat_agg is introduced. It behaves similar to how array_agg(unnest(array_column)) would - namely, it takes arrays as its
input, unnests them into the array elements which are then aggregated
into a single result array (i.e. it's similar to concatenating all input
arrays into a single one).
Exalate commented:
Related PR: cockroachdb/cockroach#98171
Commit: cockroachdb/cockroach@02fb46e
Fixes: cockroachdb/cockroach#97502
Release note (sql change): New aggregate builtin function
array_cat_agg
is introduced. It behaves similar to howarray_agg(unnest(array_column))
would - namely, it takes arrays as itsinput, unnests them into the array elements which are then aggregated
into a single result array (i.e. it's similar to concatenating all input
arrays into a single one).
Jira Issue: DOC-7178
The text was updated successfully, but these errors were encountered: