Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Floor
Packages that use ArithmeticOperators.Floor
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Floor in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.FloorModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.floor()Creates newAggregationExpressionthat returns the largest integer less than or equal to the associated number.static ArithmeticOperators.FloorArithmeticOperators.Floor.floorValueOf(Number value) Creates newArithmeticOperators.Floor.static ArithmeticOperators.FloorArithmeticOperators.Floor.floorValueOf(String fieldReference) Creates newArithmeticOperators.Floor.static ArithmeticOperators.FloorArithmeticOperators.Floor.floorValueOf(AggregationExpression expression) Creates newArithmeticOperators.Floor.