We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5abfb commit 10cc64eCopy full SHA for 10cc64e
source/reference/operator/aggregation/unionWith.txt
@@ -17,10 +17,14 @@ Definition
17
18
.. versionadded:: 4.4
19
20
- Performs a union of two collections; i.e.
21
- :pipeline:`$unionWith` combines pipeline results from two
22
- collections into a single result set. The stage outputs the combined
23
- result set (including duplicates) to the next stage.
+ Performs a union of two collections. :pipeline:`$unionWith` combines
+ pipeline results from two collections into a single result set. The stage
+ outputs the combined result set (including duplicates) to the next stage.
+
24
+ The order in which the combined result set documents are output is
25
+ unspecified.
26
27
28
29
Syntax
30
------
0 commit comments