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