| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
ArithmeticOperators.Cos |
ArithmeticOperators.ArithmeticOperatorFactory.cos()
Creates new
AggregationExpression that calculates the cosine of a numeric value given in
radians. |
ArithmeticOperators.Cos |
ArithmeticOperators.ArithmeticOperatorFactory.cos(ArithmeticOperators.AngularUnit unit)
Creates new
AggregationExpression that calculates the cosine of a numeric value in the given
unit. |
static ArithmeticOperators.Cos |
ArithmeticOperators.Cos.cos(Object value)
Creates a new
AggregationExpression that calculates the cosine of a value that is measured in
ArithmeticOperators.AngularUnit.RADIANS. |
static ArithmeticOperators.Cos |
ArithmeticOperators.Cos.cos(Object value,
ArithmeticOperators.AngularUnit unit)
Creates a new
AggregationExpression that calculates the cosine of a value that is measured in the given
unit. |
static ArithmeticOperators.Cos |
ArithmeticOperators.Cos.cosOf(AggregationExpression expression)
Creates a new
AggregationExpression that calculates the cosine of a value that is measured in
ArithmeticOperators.AngularUnit.RADIANS. |
static ArithmeticOperators.Cos |
ArithmeticOperators.Cos.cosOf(AggregationExpression expression,
ArithmeticOperators.AngularUnit unit)
Creates a new
AggregationExpression that calculates the cosine of a value that is measured in the given
unit. |
static ArithmeticOperators.Cos |
ArithmeticOperators.Cos.cosOf(String fieldReference)
Creates a new
AggregationExpression that calculates the cosine of a value that is measured in
radians. |
static ArithmeticOperators.Cos |
ArithmeticOperators.Cos.cosOf(String fieldReference,
ArithmeticOperators.AngularUnit unit)
Creates a new
AggregationExpression that calculates the cosine of a value that is measured in the given
unit. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.