WindowOutputField (driver-core 5.5.0 API) (original) (raw)
Package com.mongodb.client.model
Interface WindowOutputField
public interface WindowOutputField
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:
Method Summary
Modifier and Type
Method
Description[BsonField](BsonField.html "class in com.mongodb.client.model")
[toBsonField](#toBsonField%28%29)()
Render into BsonField.