Add support for $bottom aggregation operator.

Closes #4139
Original pull request: #4182.
This commit is contained in:
Christoph Strobl
2022-09-22 10:24:51 +02:00
committed by Mark Paluch
parent b31c21bb91
commit 052cfdfd45
8 changed files with 234 additions and 2 deletions

View File

@@ -120,6 +120,9 @@ At the time of this writing, we provide support for the following Aggregation Op
| Script Aggregation Operators
| `function`, `accumulator`
| Selection Aggregation Operators
| `bottom`
|===
+++*+++ The operation is mapped or added by Spring Data MongoDB.