Mongo.aggregate
You're seeing just the function
aggregate
, go back to Mongo module for more information.
Specs
aggregate(GenServer.server(), collection(), [BSON.document()], Keyword.t()) :: cursor()
Performs aggregation operation using the aggregation pipeline.
For all options see Options