DATAMONGO-2370 - Add support for $round aggregation operator.

Original pull request: #803.
This commit is contained in:
Christoph Strobl
2019-11-05 10:46:29 +01:00
committed by Mark Paluch
parent 588ed2b0e2
commit 7abf69e575
5 changed files with 190 additions and 2 deletions

View File

@@ -2516,7 +2516,7 @@ At the time of this writing, we provide support for the following Aggregation Op
| `addToSet`, `first`, `last`, `max`, `min`, `avg`, `push`, `sum`, `(*count)`, `stdDevPop`, `stdDevSamp`
| Arithmetic Aggregation Operators
| `abs`, `add` (*via `plus`), `ceil`, `divide`, `exp`, `floor`, `ln`, `log`, `log10`, `mod`, `multiply`, `pow`, `sqrt`, `subtract` (*via `minus`), `trunc`
| `abs`, `add` (*via `plus`), `ceil`, `divide`, `exp`, `floor`, `ln`, `log`, `log10`, `mod`, `multiply`, `pow`, `sqrt`, `subtract` (*via `minus`), `trunc`, `round`
| String Aggregation Operators
| `concat`, `substr`, `toLower`, `toUpper`, `stcasecmp`, `indexOfBytes`, `indexOfCP`, `split`, `strLenBytes`, `strLenCP`, `substrCP`, `trim`, `ltrim`, `rtim`