| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SetWindowFieldsOperation.DocumentWindow
SetWindowFieldsOperation.Window implementation based on the current document. |
static class |
SetWindowFieldsOperation.RangeWindow
SetWindowFieldsOperation.Window implementation based on the sort fields. |
| Modifier and Type | Method and Description |
|---|---|
SetWindowFieldsOperation.Window |
SetWindowFieldsOperation.ComputedField.getWindow() |
| Modifier and Type | Method and Description |
|---|---|
SetWindowFieldsOperation.SetWindowFieldsOperationBuilder.As |
SetWindowFieldsOperation.SetWindowFieldsOperationBuilder.WindowChoice.within(SetWindowFieldsOperation.Window window)
Specify calculation boundaries.
|
| Constructor and Description |
|---|
ComputedField(String name,
AggregationExpression windowOperator,
SetWindowFieldsOperation.Window window)
Create a new
SetWindowFieldsOperation.ComputedField. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.