Uses of Class
org.springframework.data.mongodb.core.aggregation.SetWindowFieldsOperation.RangeWindow
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SetWindowFieldsOperation.RangeWindow in org.springframework.data.mongodb.core.aggregation
Modifier and TypeMethodDescriptionSetWindowFieldsOperation.RangeWindowBuilder.build()
Build theSetWindowFieldsOperation.RangeWindow
.SetWindowFieldsOperation.Windows.range
(Object lower, Object upper, SetWindowFieldsOperation.WindowUnit unit) Create a range window defined based on sort expression.