- Reference >
- Operators >
- Aggregation Framework Operators >
- Aggregation Projection Expressions
Aggregation Projection ExpressionsΒΆ
| Name | Description |
|---|---|
| $map | Applies a sub-expression to each item in an array and returns the result of the sub-expression. |
| $let | Defines variables for use within the scope of an aggregation expression. |
| $literal | Forces the aggregation pipeline to return a literal value without evaluating the expression. |