We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c480fd commit 967ae13Copy full SHA for 967ae13
source/fundamentals/builders/aggregates.txt
@@ -549,8 +549,8 @@ on a specified span of documents in a collection.
549
550
.. tip:: Window Functions
551
552
- The driver includes the `WindowedComputations <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/WindowedComputations.html>`__
553
- class with static factory methods for each of the supported window operators.
+ The driver includes the `Windows <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/Windows.html>`__
+ class with static factory methods for building windowed computations.
554
555
The following example creates a pipeline stage that computes the
556
accumulated rainfall and the average temperature over the past month for
0 commit comments