Skip to content

Commit cdfdeaf

Browse files
christophstroblmp911de
authored andcommitted
Update aggregation reference documentation.
See #4139 Original pull request: #4182.
1 parent 16a35e0 commit cdfdeaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/main/asciidoc/reference/aggregation-framework.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ At the time of this writing, we provide support for the following Aggregation Op
8282
| `setEquals`, `setIntersection`, `setUnion`, `setDifference`, `setIsSubset`, `anyElementTrue`, `allElementsTrue`
8383

8484
| Group/Accumulator Aggregation Operators
85-
| `addToSet`, `bottom`, `bottomN`, `covariancePop`, `covarianceSamp`, `expMovingAvg`, `first`, `last`, `max`, `min`, `avg`, `push`, `sum`, `count` (+++*+++), `stdDevPop`, `stdDevSamp`
85+
| `addToSet`, `bottom`, `bottomN`, `covariancePop`, `covarianceSamp`, `expMovingAvg`, `first`, `firstN`, `last`, `lastN` `max`, `maxN`, `min`, `minN`, `avg`, `push`, `sum`, `top`, `topN`, `count` (+++*+++), `stdDevPop`, `stdDevSamp`
8686

8787
| Arithmetic Aggregation Operators
8888
| `abs`, `acos`, `acosh`, `add` (+++*+++ via `plus`), `asin`, `asin`, `atan`, `atan2`, `atanh`, `ceil`, `cos`, `cosh`, `derivative`, `divide`, `exp`, `floor`, `integral`, `ln`, `log`, `log10`, `mod`, `multiply`, `pow`, `round`, `sqrt`, `subtract` (+++*+++ via `minus`), `sin`, `sinh`, `tan`, `tanh`, `trunc`
@@ -94,13 +94,13 @@ At the time of this writing, we provide support for the following Aggregation Op
9494
| `eq` (+++*+++ via `is`), `gt`, `gte`, `lt`, `lte`, `ne`
9595

9696
| Array Aggregation Operators
97-
| `arrayElementAt`, `arrayToObject`, `concatArrays`, `filter`, `first`, `in`, `indexOfArray`, `isArray`, `last`, range`, `reverseArray`, `reduce`, `size`, `slice`, `zip`
97+
| `arrayElementAt`, `arrayToObject`, `concatArrays`, `filter`, `first`, `in`, `indexOfArray`, `isArray`, `last`, range`, `reverseArray`, `reduce`, `size`, `sortArray`, `slice`, `zip`
9898

9999
| Literal Operators
100100
| `literal`
101101

102102
| Date Aggregation Operators
103-
| `dayOfYear`, `dayOfMonth`, `dayOfWeek`, `year`, `month`, `week`, `hour`, `minute`, `second`, `millisecond`, `dateAdd`, `dateDiff`, `dateToString`, `dateFromString`, `dateFromParts`, `dateToParts`, `isoDayOfWeek`, `isoWeek`, `isoWeekYear`
103+
| `dateSubstract`, `dateTrunc`, `dayOfYear`, `dayOfMonth`, `dayOfWeek`, `year`, `month`, `week`, `hour`, `minute`, `second`, `millisecond`, `dateAdd`, `dateDiff`, `dateToString`, `dateFromString`, `dateFromParts`, `dateToParts`, `isoDayOfWeek`, `isoWeek`, `isoWeekYear`, `tsIncrement`, `tsSecond`
104104

105105
| Variable Operators
106106
| `map`
@@ -115,7 +115,7 @@ At the time of this writing, we provide support for the following Aggregation Op
115115
| `convert`, `degreesToRadians`, `toBool`, `toDate`, `toDecimal`, `toDouble`, `toInt`, `toLong`, `toObjectId`, `toString`
116116

117117
| Object Aggregation Operators
118-
| `objectToArray`, `mergeObjects`
118+
| `objectToArray`, `mergeObjects`, `getField`, `setField`
119119

120120
| Script Aggregation Operators
121121
| `function`, `accumulator`

0 commit comments

Comments
 (0)