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