Aggregation
Each collection have simple access to aggregation functions.
MIN, MAX, AVG and SUM
By default, min
, max
, avg
, sum
and count
are mapped:
Custom aggregation method
You can call you own custom aggregation method using agg
method:
Last updated