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