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