Facet

reactivemongo.api.commands.AggregationFramework.Facet$
See theFacet companion class
object Facet

Performs $facet stage, to process multiple aggregation pipelines within a single stage on the same set of input documents.

Each sub-pipeline has its own field in the output document where its results are stored as an array of documents.

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Facet.type

Members list

Concise view

Value members

Concrete methods

def apply(specifications: Iterable[(String, Pipeline)]): Facet

Attributes

specifications

the subpipelines to run