| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
ArithmeticOperators.Sqrt |
ArithmeticOperators.ArithmeticOperatorFactory.sqrt()
Creates new
AggregationExpression that calculates the square root of the associated number. |
static ArithmeticOperators.Sqrt |
ArithmeticOperators.Sqrt.sqrtOf(AggregationExpression expression)
Creates new
ArithmeticOperators.Sqrt. |
static ArithmeticOperators.Sqrt |
ArithmeticOperators.Sqrt.sqrtOf(Number value)
Creates new
ArithmeticOperators.Sqrt. |
static ArithmeticOperators.Sqrt |
ArithmeticOperators.Sqrt.sqrtOf(String fieldReference)
Creates new
ArithmeticOperators.Sqrt. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.