|
15 | 15 | '$addFields', '$bucket', '$bucketAuto', '$collStats', '$count', '$currentOp', '$facet', '$geoNear',
|
16 | 16 | '$graphLookup', '$group', '$indexStats', '$limit', '$listLocalSessions', '$listSessions', '$lookup',
|
17 | 17 | '$match', '$merge', '$out', '$planCacheStats', '$project', '$redact', '$replaceRoot', '$replaceWith',
|
18 |
| - '$sample', '$set', '$skip', '$sort', '$sortByCount', '$unionWith', '$unset', '$unwind', |
| 18 | + '$sample', '$set', '$skip', '$sort', '$sortByCount', '$unionWith', '$unset', '$unwind', '$setWindowFields', |
19 | 19 |
|
20 | 20 | // aggregation pipeline operators
|
21 | 21 | '$abs', '$accumulator', '$acos', '$acosh', '$add', '$addToSet', '$allElementsTrue', '$and',
|
|
33 | 33 | '$size', '$sin', '$slice', '$split', '$sqrt', '$stdDevPop', '$stdDevSamp', '$strcasecmp', '$strLenBytes',
|
34 | 34 | '$strLenCP', '$substr', '$substrBytes', '$substrCP', '$subtract', '$sum', '$switch', '$tan',
|
35 | 35 | '$toBool', '$toDate', '$toDecimal', '$toDouble', '$toInt', '$toLong', '$toObjectId', '$toString',
|
36 |
| - '$toLower', '$toUpper', '$trim', '$trunc', '$type', '$week', '$year', '$zip', |
| 36 | + '$toLower', '$toUpper', '$trim', '$trunc', '$type', '$week', '$year', '$zip', '$count', '$dateAdd', |
| 37 | + '$dateDiff', '$dateSubtract', '$dateTrunc', '$getField', '$rand', '$sampleRate', '$setField', '$unsetField', |
37 | 38 |
|
38 | 39 | // aggregation pipeline query modifiers
|
39 | 40 | '$comment', '$explain', '$hint', '$max', '$maxTimeMS', '$min', '$orderby', '$query',
|
|
0 commit comments