Uses of Class
org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.StdDevPop
Packages that use AccumulatorOperators.StdDevPop
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of AccumulatorOperators.StdDevPop in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return AccumulatorOperators.StdDevPopModifier and TypeMethodDescriptionCreates newAccumulatorOperators.StdDevPopwith all previously added arguments appending the given one.AccumulatorOperators.StdDevPop.and(AggregationExpression expression) Creates newAccumulatorOperators.StdDevSampwith all previously added arguments appending the given one.AccumulatorOperators.AccumulatorOperatorFactory.stdDevPop()Creates newAggregationExpressionthat takes the associated numeric value expression and calculates the population standard deviation of the input values.ArithmeticOperators.ArithmeticOperatorFactory.stdDevPop()Creates newAggregationExpressionthat calculates the population standard deviation of the input values.AccumulatorOperators.StdDevPop.stdDevPopOf(String fieldReference) Creates newAccumulatorOperators.StdDevPop.AccumulatorOperators.StdDevPop.stdDevPopOf(AggregationExpression expression) Creates newAccumulatorOperators.StdDevPopwith all previously added arguments appending the given one.