| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
ArithmeticOperators.ACos |
ArithmeticOperators.ArithmeticOperatorFactory.acos()
Creates new
AggregationExpression that calculates the inverse cosine of a numeric value. |
static ArithmeticOperators.ACos |
ArithmeticOperators.ACos.acosOf(AggregationExpression expression)
Creates a new
AggregationExpression that calculates the inverse cosine of a value. |
static ArithmeticOperators.ACos |
ArithmeticOperators.ACos.acosOf(Number value)
Creates a new
AggregationExpression that calculates the inverse cosine of a value. |
static ArithmeticOperators.ACos |
ArithmeticOperators.ACos.acosOf(String fieldReference)
Creates a new
AggregationExpression that calculates the inverse cosine of a value. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.