| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayOperators.Reduce.PropertyExpression |
ArrayOperators.Reduce.PropertyExpression.AsBuilder.definedAs(AggregationExpression expression)
Set the
AggregationExpression resulting in the properties value. |
| Modifier and Type | Method and Description |
|---|---|
ArrayOperators.ArrayOperatorFactory.ReduceInitialValueBuilder |
ArrayOperators.ArrayOperatorFactory.reduce(ArrayOperators.Reduce.PropertyExpression... expressions)
Start creating new
AggregationExpression that applies an AggregationExpression to each element in
an array and combines them into a single value. |
ArrayOperators.Reduce |
ArrayOperators.Reduce.ReduceBuilder.reduce(ArrayOperators.Reduce.PropertyExpression... expressions)
Define the
ArrayOperators.Reduce.PropertyExpressions to apply to each element in the input array in left-to-right order. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.