Skip to content

docs: add array_agg_if aggregate function doc - #4117

Open
yujun777 wants to merge 1 commit into
apache:masterfrom
yujun777:array-agg-if-doc
Open

docs: add array_agg_if aggregate function doc#4117
yujun777 wants to merge 1 commit into
apache:masterfrom
yujun777:array-agg-if-doc

Conversation

@yujun777

@yujun777 yujun777 commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Add English and Chinese documentation for the new array_agg_if aggregate function.

array_agg_if(cond, col) concatenates the values of rows whose condition is true into an array. Rows whose condition is false or NULL are skipped entirely; when the condition is true, NULL values are kept as NULL elements; an empty array is returned when no row matches.

Add English and Chinese current-version docs for the new array_agg_if
aggregate function (cond-first, keeps NULL elements, empty array when
no row matches), with examples.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant