Doctrine\MongoDB\Aggregation Expr::avg in PHP: 1 esempio trovato. Questo è il miglior esempio reale in PHP per Doctrine\MongoDB\Aggregation\Expr::avg, estratto da progetti open source. Lo puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
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/