Uses of Class
org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Max
Packages that use AccumulatorOperators.Max
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of AccumulatorOperators.Max in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return AccumulatorOperators.MaxModifier and TypeMethodDescriptionCreates newAccumulatorOperators.Maxwith all previously added arguments appending the given one.AccumulatorOperators.Max.and(AggregationExpression expression) Creates newAccumulatorOperators.Maxwith all previously added arguments appending the given one.AccumulatorOperators.Max.limit(int numberOfResults) Creates newAccumulatorOperators.Maxthat returns the given number of maximum values ($maxN).AccumulatorOperators.AccumulatorOperatorFactory.max()Creates newAggregationExpressionthat takes the associated numeric value expression and returns the maximum value.AccumulatorOperators.AccumulatorOperatorFactory.max(int numberOfResults) Creates newAggregationExpressionthat takes the associated numeric value expression and returns the requested number of maximum values.ArithmeticOperators.ArithmeticOperatorFactory.max()Creates newAggregationExpressionthat returns the maximum value.static AccumulatorOperators.MaxCreates newAccumulatorOperators.Max.static AccumulatorOperators.MaxAccumulatorOperators.Max.maxOf(AggregationExpression expression) Creates newAccumulatorOperators.Max.