Uses of Class
org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Median
Packages that use AccumulatorOperators.Median
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of AccumulatorOperators.Median in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return AccumulatorOperators.MedianModifier and TypeMethodDescriptionCreates newAccumulatorOperators.Medianwith all previously added inputs appending the given one.AccumulatorOperators.Median.and(AggregationExpression expression) Creates newAccumulatorOperators.Medianwith all previously added inputs appending the given one.AccumulatorOperators.AccumulatorOperatorFactory.median()Creates newAggregationExpressionthat calculates the median of the associated numeric value expression.ArithmeticOperators.ArithmeticOperatorFactory.median()Creates newAggregationExpressionthat calculates the requested percentile(s) of the numeric value.static AccumulatorOperators.MedianCreates newAccumulatorOperators.Median.static AccumulatorOperators.MedianAccumulatorOperators.Median.medianOf(AggregationExpression expression) Creates newAccumulatorOperators.Median.