Uses of Class
org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Percentile
Packages that use AccumulatorOperators.Percentile
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of AccumulatorOperators.Percentile in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return AccumulatorOperators.PercentileModifier and TypeMethodDescriptionCreates newAccumulatorOperators.Percentilewith all previously added inputs appending the given one.AccumulatorOperators.Percentile.and(AggregationExpression expression) Creates newAccumulatorOperators.Percentilewith all previously added inputs appending the given one.AccumulatorOperators.Percentile.percentages(Double... percentages) Define the percentile value(s) that must resolve to percentages in the range0.0 - 1.0inclusive.AccumulatorOperators.AccumulatorOperatorFactory.percentile(Double... percentages) Creates newAggregationExpressionthat calculates the requested percentile(s) of the associated numeric value expression.ArithmeticOperators.ArithmeticOperatorFactory.percentile(Double... percentages) Creates newAggregationExpressionthat calculates the requested percentile(s) of the numeric value.AccumulatorOperators.Percentile.percentileOf(String fieldReference) Creates newAccumulatorOperators.Percentile.AccumulatorOperators.Percentile.percentileOf(AggregationExpression expression) Creates newAccumulatorOperators.Percentile.