SchemaPipeline.groupAll

Groups all documents into one specified with the accumulators. Basically just runs group(null, accumulators)

  1. SchemaPipeline groupAll(Bson accumulators)
    struct SchemaPipeline
    @safe
    groupAll
  2. SchemaPipeline groupAll(T[string] accumulators)

Meta