Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Integral
Packages that use ArithmeticOperators.Integral
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Integral in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.IntegralModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.integral()Creates newAggregationExpressionthat calculates the approximation for the mathematical integral value.Creates newAggregationExpressionthat calculates the approximation for the mathematical integral value.ArithmeticOperators.ArithmeticOperatorFactory.integral(SetWindowFieldsOperation.WindowUnit unit) Creates newAggregationExpressionthat calculates the approximation for the mathematical integral value.static ArithmeticOperators.IntegralArithmeticOperators.Integral.integralOf(String fieldReference) Create a new instance ofArithmeticOperators.Integralfor the value stored at the given field holding a numeric value.static ArithmeticOperators.IntegralArithmeticOperators.Integral.integralOf(AggregationExpression expression) Create a new instance ofArithmeticOperators.Integralfor the value provided by the given expression that resolves to a numeric value.Set the unit of measure.