Skip to content

Commit

Permalink
[doc] Document collection types for collect
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Jan 15, 2024
1 parent ef05590 commit ecbb018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/concepts/primary-key-table/merge-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Current supported aggregate functions and data types are:

* `collect`:
The collect function collects elements into an Array. You can set `fields.<field-name>.distinct=true` to deduplicate elements.
It only supports ARRAY type, and the element data type can not be ARRAY, MULTISET, MAP, and ROW.
It only supports ARRAY type.

* `merge_map`:
The merge_map function merge input maps. It only supports MAP type.
Expand Down

0 comments on commit ecbb018

Please sign in to comment.