Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR #98171 - sql: introduce array_cat_agg aggregate builtin #16472

Open
cockroach-teamcity opened this issue Mar 10, 2023 · 1 comment
Open

PR #98171 - sql: introduce array_cat_agg aggregate builtin #16472

cockroach-teamcity opened this issue Mar 10, 2023 · 1 comment

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Mar 10, 2023

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

Jira Issue: DOC-7178

@exalate-issue-sync
Copy link

Mike Lewis (mikeCRL) commented:
Routed to SQL Sessions based on cockroach package (builtins). For now, Product Change issues for other packages' changes will still need to be routed manually by managers. https://cockroachlabs.atlassian.net/wiki/spaces/ED/pages/2934931562/Routing+issues+to+Product+Areas Richard Loveland Ian Evans

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant