Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Pow
Packages that use ArithmeticOperators.Pow
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Pow in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.PowModifier and TypeMethodDescriptionCreates newAggregationExpressionthat raises the associated number to the specified exponent.Creates newAggregationExpressionthat raises the associated number to the specified exponent.ArithmeticOperators.ArithmeticOperatorFactory.pow(AggregationExpression expression) Creates newAggregationExpressionthat raises the associated number to the specified exponent.Pow by the given value.Pow by the value stored at the given field.ArithmeticOperators.Pow.pow(AggregationExpression expression) Pow by the evaluated value of the givenAggregationExpression.static ArithmeticOperators.PowCreates newArithmeticOperators.Pow.static ArithmeticOperators.PowCreates newArithmeticOperators.Pow.static ArithmeticOperators.PowArithmeticOperators.Pow.valueOf(AggregationExpression expression) Creates newArithmeticOperators.Pow.