case classGroupMulti(idFields: (String, String)*)(ops: (String, GroupFunction)*) extends PipelineOperator with Product with Serializable
Groups documents together to calulate aggregates on document collections.
This command aggregates on multiple fields, and they must be named.
http://docs.mongodb.org/manual/reference/aggregation/group/#_S_group
idFields
The fields to aggregate on, and the names they should be aggregated under.
ops
the sequence of operators specifying aggregate calculation
Linear Supertypes
Serializable, Serializable, Product, Equals, PipelineOperator, AnyRef, Any
Groups documents together to calulate aggregates on document collections. This command aggregates on multiple fields, and they must be named. http://docs.mongodb.org/manual/reference/aggregation/group/#_S_group
The fields to aggregate on, and the names they should be aggregated under.
the sequence of operators specifying aggregate calculation