Skip to content

Commit 3b04def

Browse files
author
Dave Cuthbert
authored
DOCSP-29388 BACKPORT (#2990)
1 parent ef3f9fb commit 3b04def

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

source/includes/extracts-agg-operators.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -973,15 +973,15 @@ content: |
973973
974974
.. versionchanged:: 5.0
975975
976-
Available in :pipeline:`$setWindowFields` stage.
976+
Available in the :pipeline:`$setWindowFields` stage.
977977
978978
* - :group:`$avg`
979979
980980
- Returns an average of numerical values. Ignores non-numeric values.
981981
982982
.. versionchanged:: 5.0
983983
984-
Available in :pipeline:`$setWindowFields` stage.
984+
Available in the :pipeline:`$setWindowFields` stage.
985985
986986
* - :group:`$count`
987987
@@ -991,7 +991,7 @@ content: |
991991
992992
.. versionadded:: 5.0
993993
994-
Available in :pipeline:`$group` and
994+
Available in the :pipeline:`$group` and
995995
:pipeline:`$setWindowFields` stages.
996996
997997
* - :group:`$first`
@@ -1003,7 +1003,7 @@ content: |
10031003
10041004
.. versionchanged:: 5.0
10051005
1006-
Available in :pipeline:`$setWindowFields` stage.
1006+
Available in the :pipeline:`$setWindowFields` stage.
10071007
10081008
* - :group:`$last`
10091009
@@ -1014,15 +1014,15 @@ content: |
10141014
10151015
.. versionchanged:: 5.0
10161016
1017-
Available in :pipeline:`$setWindowFields` stage.
1017+
Available in the :pipeline:`$setWindowFields` stage.
10181018
10191019
* - :group:`$max`
10201020
10211021
- Returns the highest expression value for each group.
10221022
10231023
.. versionchanged:: 5.0
10241024
1025-
Available in :pipeline:`$setWindowFields` stage.
1025+
Available in the :pipeline:`$setWindowFields` stage.
10261026
10271027
* - :expression:`$mergeObjects`
10281028
@@ -1035,7 +1035,7 @@ content: |
10351035
10361036
.. versionchanged:: 5.0
10371037
1038-
Available in :pipeline:`$setWindowFields` stage.
1038+
Available in the :pipeline:`$setWindowFields` stage.
10391039
10401040
* - :group:`$push`
10411041
@@ -1044,31 +1044,31 @@ content: |
10441044
10451045
.. versionchanged:: 5.0
10461046
1047-
Available in :pipeline:`$setWindowFields` stage.
1047+
Available in the :pipeline:`$setWindowFields` stage.
10481048
10491049
* - :group:`$stdDevPop`
10501050
10511051
- Returns the population standard deviation of the input values.
10521052
10531053
.. versionchanged:: 5.0
10541054
1055-
Available in :pipeline:`$setWindowFields` stage.
1055+
Available in the :pipeline:`$setWindowFields` stage.
10561056
10571057
* - :group:`$stdDevSamp`
10581058
10591059
- Returns the sample standard deviation of the input values.
10601060
10611061
.. versionchanged:: 5.0
10621062
1063-
Available in :pipeline:`$setWindowFields` stage.
1063+
Available in the :pipeline:`$setWindowFields` stage.
10641064
10651065
* - :group:`$sum`
10661066
10671067
- Returns a sum of numerical values. Ignores non-numeric values.
10681068
10691069
.. versionchanged:: 5.0
10701070
1071-
Available in :pipeline:`$setWindowFields` stage.
1071+
Available in the :pipeline:`$setWindowFields` stage.
10721072
10731073
---
10741074
ref: agg-operators-accumulators-project
@@ -1144,7 +1144,7 @@ content: |
11441144
11451145
.. versionchanged:: 5.0
11461146
1147-
Available in :pipeline:`$setWindowFields` stage.
1147+
Available in the :pipeline:`$setWindowFields` stage.
11481148
11491149
* - :group:`$avg`
11501150
@@ -1153,7 +1153,7 @@ content: |
11531153
11541154
.. versionchanged:: 5.0
11551155
1156-
Available in :pipeline:`$setWindowFields` stage.
1156+
Available in the :pipeline:`$setWindowFields` stage.
11571157
11581158
* - :group:`$count`
11591159
@@ -1217,7 +1217,7 @@ content: |
12171217
12181218
.. versionchanged:: 5.0
12191219
1220-
Available in :pipeline:`$setWindowFields` stage.
1220+
Available in the :pipeline:`$setWindowFields` stage.
12211221
12221222
* - :group:`$integral`
12231223
@@ -1233,7 +1233,7 @@ content: |
12331233
12341234
.. versionchanged:: 5.0
12351235
1236-
Available in :pipeline:`$setWindowFields` stage.
1236+
Available in the :pipeline:`$setWindowFields` stage.
12371237
12381238
* - :group:`$max`
12391239
@@ -1242,7 +1242,7 @@ content: |
12421242
12431243
.. versionchanged:: 5.0
12441244
1245-
Available in :pipeline:`$setWindowFields` stage.
1245+
Available in the :pipeline:`$setWindowFields` stage.
12461246
12471247
* - :group:`$min`
12481248
@@ -1251,7 +1251,7 @@ content: |
12511251
12521252
.. versionchanged:: 5.0
12531253
1254-
Available in :pipeline:`$setWindowFields` stage.
1254+
Available in the :pipeline:`$setWindowFields` stage.
12551255
12561256
* - :group:`$push`
12571257
@@ -1260,7 +1260,7 @@ content: |
12601260
12611261
.. versionchanged:: 5.0
12621262
1263-
Available in :pipeline:`$setWindowFields` stage.
1263+
Available in the :pipeline:`$setWindowFields` stage.
12641264
12651265
* - :group:`$rank`
12661266
@@ -1288,7 +1288,7 @@ content: |
12881288
12891289
.. versionchanged:: 5.0
12901290
1291-
Available in :pipeline:`$setWindowFields` stage.
1291+
Available in the :pipeline:`$setWindowFields` stage.
12921292
12931293
* - :group:`$stdDevSamp`
12941294
@@ -1298,7 +1298,7 @@ content: |
12981298
12991299
.. versionchanged:: 5.0
13001300
1301-
Available in :pipeline:`$setWindowFields` stage.
1301+
Available in the :pipeline:`$setWindowFields` stage.
13021302
13031303
* - :group:`$sum`
13041304
@@ -1307,6 +1307,6 @@ content: |
13071307
13081308
.. versionchanged:: 5.0
13091309
1310-
Available in :pipeline:`$setWindowFields` stage.
1310+
Available in the :pipeline:`$setWindowFields` stage.
13111311
13121312
...

0 commit comments

Comments
 (0)