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 64d5258 commit 53ee226Copy full SHA for 53ee226
source/includes/extracts-agg-operators.yaml
@@ -1136,6 +1136,19 @@ content: |
1136
1137
Available in the :pipeline:`$setWindowFields` stage.
1138
1139
+ * - :group:`$minN`
1140
+
1141
+ - Returns an aggregation of the ``n`` minimum valued elements
1142
+ in a group.
1143
+ Distinct from the :expression:`$minN` array operator.
1144
1145
+ .. versionadded:: 5.2
1146
1147
+ Available in :pipeline:`$group`,
1148
+ :pipeline:`$setWindowFields`
1149
+ and as an :ref:`expression <aggregation-expressions>`.
1150
1151
1152
* - :group:`$percentile`
1153
- .. include:: /includes/aggregation/fact-return-percentile.rst
1154
0 commit comments