| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
ArithmeticOperators.Ln |
ArithmeticOperators.ArithmeticOperatorFactory.ln()
Creates new
AggregationExpression that calculates the natural logarithm ln (i.e loge) of the assoicated
number. |
static ArithmeticOperators.Ln |
ArithmeticOperators.Ln.lnValueOf(AggregationExpression expression)
Creates new
ArithmeticOperators.Ln. |
static ArithmeticOperators.Ln |
ArithmeticOperators.Ln.lnValueOf(Number value)
Creates new
ArithmeticOperators.Ln. |
static ArithmeticOperators.Ln |
ArithmeticOperators.Ln.lnValueOf(String fieldReference)
Creates new
ArithmeticOperators.Ln. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.