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