mingo
Version:
MongoDB query language for in-memory objects
7 lines (6 loc) • 347 B
TypeScript
import { PipelineOperator } from "../../core";
/**
* Processes multiple aggregation pipelines within a single stage on the same set of input documents.
* Enables the creation of multi-faceted aggregations capable of characterizing data across multiple dimensions, or facets, in a single stage.
*/
export declare const $facet: PipelineOperator;