@@ -82,7 +82,7 @@ At the time of this writing, we provide support for the following Aggregation Op
82
82
| `setEquals`, `setIntersection`, `setUnion`, `setDifference`, `setIsSubset`, `anyElementTrue`, `allElementsTrue`
83
83
84
84
| 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`
86
86
87
87
| Arithmetic Aggregation Operators
88
88
| `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
94
94
| `eq` (+++*+++ via `is`), `gt`, `gte`, `lt`, `lte`, `ne`
95
95
96
96
| 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`
98
98
99
99
| Literal Operators
100
100
| `literal`
101
101
102
102
| 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 `
104
104
105
105
| Variable Operators
106
106
| `map`
@@ -115,7 +115,7 @@ At the time of this writing, we provide support for the following Aggregation Op
115
115
| `convert`, `degreesToRadians`, `toBool`, `toDate`, `toDecimal`, `toDouble`, `toInt`, `toLong`, `toObjectId`, `toString`
116
116
117
117
| Object Aggregation Operators
118
- | `objectToArray`, `mergeObjects`
118
+ | `objectToArray`, `mergeObjects`, `getField`, `setField`
119
119
120
120
| Script Aggregation Operators
121
121
| `function`, `accumulator`
0 commit comments