Uses of Class
org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Avg
Packages that use AccumulatorOperators.Avg
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of AccumulatorOperators.Avg in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return AccumulatorOperators.AvgModifier and TypeMethodDescriptionCreates newAccumulatorOperators.Avgwith all previously added arguments appending the given one.AccumulatorOperators.Avg.and(AggregationExpression expression) Creates newAccumulatorOperators.Avgwith all previously added arguments appending the given one.AccumulatorOperators.AccumulatorOperatorFactory.avg()Creates newAggregationExpressionthat takes the associated numeric value expression and returns the average value.ArithmeticOperators.ArithmeticOperatorFactory.avg()Creates newAggregationExpressionthat returns the average value of the numeric values.static AccumulatorOperators.AvgCreates newAccumulatorOperators.Avg.static AccumulatorOperators.AvgAccumulatorOperators.Avg.avgOf(AggregationExpression expression) Creates newAccumulatorOperators.Avg.