-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
$concatArrays concatenates N input arrays into a single output array by copying all elements from every input into a new allocation. With N large arrays the result can be arbitrarily large. No memory limit is enforced on the output array.
In classic, $concatArrays is implemented by the ExpressionConcatArrays class.
- is related to
-
SERVER-124355 Improve memory checks for array expressions
-
- Needs Merge
-