Uses of Class
org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.CovariancePop
Packages that use AccumulatorOperators.CovariancePop
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of AccumulatorOperators.CovariancePop in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return AccumulatorOperators.CovariancePopModifier and TypeMethodDescriptionCreates newAccumulatorOperators.CovariancePopwith all previously added arguments appending the given one.AccumulatorOperators.CovariancePop.and(AggregationExpression expression) Creates newAccumulatorOperators.CovariancePopwith all previously added arguments appending the given one.AccumulatorOperators.AccumulatorOperatorFactory.covariancePop(String fieldReference) Creates newAggregationExpressionthat uses the previous input (field/expression) and the value of the given field to calculate the population covariance of the two.AccumulatorOperators.AccumulatorOperatorFactory.covariancePop(AggregationExpression expression) Creates newAggregationExpressionthat uses the previous input (field/expression) and the result of the givenexpressionto calculate the population covariance of the two.ArithmeticOperators.ArithmeticOperatorFactory.covariancePop(String fieldReference) Creates newAggregationExpressionthat uses the previous input (field/expression) and the value of the given field to calculate the population covariance of the two.ArithmeticOperators.ArithmeticOperatorFactory.covariancePop(AggregationExpression expression) Creates newAggregationExpressionthat uses the previous input (field/expression) and the result of the givenexpressionto calculate the population covariance of the two.AccumulatorOperators.CovariancePop.covariancePopOf(String fieldReference) Creates newAccumulatorOperators.CovariancePop.AccumulatorOperators.CovariancePop.covariancePopOf(AggregationExpression expression) Creates newAccumulatorOperators.CovariancePop.