Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Derivative
Packages that use ArithmeticOperators.Derivative
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Derivative in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.DerivativeModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.derivative()Creates newAggregationExpressionthat calculates the mathematical derivative value.ArithmeticOperators.ArithmeticOperatorFactory.derivative(String unit) Creates newAggregationExpressionthat calculates the mathematical derivative value.ArithmeticOperators.ArithmeticOperatorFactory.derivative(SetWindowFieldsOperation.WindowUnit unit) Creates newAggregationExpressionthat calculates the mathematical derivative value.ArithmeticOperators.Derivative.derivativeOf(String fieldReference) Create a new instance ofArithmeticOperators.Derivativefor the value stored at the given field holding a numeric value.ArithmeticOperators.Derivative.derivativeOf(AggregationExpression expression) Create a new instance ofArithmeticOperators.Derivativefor the value provided by the given expression that resolves to a numeric value.ArithmeticOperators.Derivative.derivativeOfValue(Number value)