reactivemongo.core.commands
Factory to declare custom call to a group function.
Creates a call to specified group function with given argument.
The name of the group function (e.g. $sum)
$sum
The group function argument
A group function call defined as { name: arg }
{ name: arg }
Factory to declare custom call to a group function.