Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log
Packages that use ArithmeticOperators.Log
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Log in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.LogModifier and TypeMethodDescriptionCreates newAggregationExpressionthat calculates the log of a the associated number in the specified base.Creates newAggregationExpressionthat calculates the log of the associated number in the specified base referenced via fieldReference.ArithmeticOperators.ArithmeticOperatorFactory.log(AggregationExpression expression) Creates newAggregationExpressionthat calculates the log of the associated number in the specified base extracted by givenAggregationExpression.Use the given value as log base.Use the value stored at the given field as log base.ArithmeticOperators.Log.log(AggregationExpression expression) Use the evaluated value of the givenAggregationExpressionas log base.static ArithmeticOperators.LogCreates newArithmeticOperators.Log.static ArithmeticOperators.LogCreates newAccumulatorOperators.Min.static ArithmeticOperators.LogArithmeticOperators.Log.valueOf(AggregationExpression expression) Creates newArithmeticOperators.Log.