| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SetWindowFieldsOperation.WindowUnits
Quick access to available
units. |
| Modifier and Type | Method and Description |
|---|---|
static SetWindowFieldsOperation.WindowUnit |
SetWindowFieldsOperation.WindowUnit.from(ChronoUnit chronoUnit)
Converts the given chrono unit into a
SetWindowFieldsOperation.WindowUnit. |
static SetWindowFieldsOperation.WindowUnit |
SetWindowFieldsOperation.WindowUnit.from(TimeUnit timeUnit)
Converts the given time unit into a
SetWindowFieldsOperation.WindowUnit. |
| Modifier and Type | Method and Description |
|---|---|
ArithmeticOperators.Derivative |
ArithmeticOperators.ArithmeticOperatorFactory.derivative(SetWindowFieldsOperation.WindowUnit unit)
Creates new
AggregationExpression that calculates the mathematical derivative value. |
ArithmeticOperators.Integral |
ArithmeticOperators.ArithmeticOperatorFactory.integral(SetWindowFieldsOperation.WindowUnit unit)
Creates new
AggregationExpression that calculates the approximation for the mathematical integral value. |
static SetWindowFieldsOperation.RangeWindow |
SetWindowFieldsOperation.Windows.range(Object lower,
Object upper,
SetWindowFieldsOperation.WindowUnit unit)
Create a range window defined based on sort expression.
|
SetWindowFieldsOperation.RangeWindowBuilder |
SetWindowFieldsOperation.RangeWindowBuilder.unit(SetWindowFieldsOperation.WindowUnit windowUnit)
Set the
unit or measure for the given SetWindowFieldsOperation.Window. |
| Constructor and Description |
|---|
RangeWindow(Object lower,
Object upper,
SetWindowFieldsOperation.WindowUnit unit) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.