Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Log10
Packages that use ArithmeticOperators.Log10
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Log10 in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.Log10Modifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.log10()Creates newAggregationExpressionthat calculates the log base 10 for the associated number.static ArithmeticOperators.Log10ArithmeticOperators.Log10.log10ValueOf(Number value) Creates newArithmeticOperators.Log10.static ArithmeticOperators.Log10ArithmeticOperators.Log10.log10ValueOf(String fieldReference) Creates newArithmeticOperators.Log10.static ArithmeticOperators.Log10ArithmeticOperators.Log10.log10ValueOf(AggregationExpression expression) Creates newArithmeticOperators.Log10.