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