PHP Doctrine\MongoDB\Aggregation Expr::avg - 1 exemples trouvés. Ce sont les exemples réels les mieux notés de Doctrine\MongoDB\Aggregation\Expr::avg extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Returns the average value of the numeric values that result from applying
a specified expression to each document in a group of documents that
share the same group by key. Ignores nun-numeric values.
See also:
http://docs.mongodb.org/manual/reference/operator/aggregation/avg/