Package com.mongodb.client.model
Interface WindowedComputation
-
@Beta public interface WindowedComputation
The core part of the$setWindowFields
pipeline stage of an aggregation pipeline. A triple of a window function, a window and a path to a field to be computed by the window function over the window.- Since:
- 4.3
- See Also:
WindowedComputations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BsonField
toBsonField()
Render intoBsonField
.
-