- Reference >
- Operators >
- Aggregation Pipeline Operators >
- $concatArrays (aggregation)
$concatArrays (aggregation)¶
On this page
Definition¶
-
$concatArrays
¶ New in version 3.2.
Concatenates arrays to return the concatenated array.
$concatArrays
has the following syntax:The
<array>
expressions can be any valid expression as long as they resolve to an array. For more information on expressions, see Expressions.If any argument resolves to a value of
null
or refers to a field that is missing,$concatArrays
returnsnull
.
Behavior¶
Example | Results |
---|---|