Package-level declarations
Types
Link copied to clipboard
Operators available with the $group stage.
Link copied to clipboard
Pipeline that can be used as the foreign collection in a $lookup stage.
Link copied to clipboard
Pipeline implementing the $project stage.
Link copied to clipboard
Pipeline implementing the $unionWith stage.
Link copied to clipboard
Pipeline that can be used as the second argument in a $unionWith stage.
Link copied to clipboard
interface LookupStageOperators<LocalDocument : Any, ForeignDocument : Any> : CompoundBsonNode, AggregationOperators, FieldDsl
The operators allowed in a lookup stage.
Link copied to clipboard
interface ProjectStageOperators<Document : Any> : CompoundBsonNode, AggregationOperators, FieldDsl, SetStageOperators<Document>
The operators allowed in a $project stage.
Link copied to clipboard
The operators allowed in a set stage.
Link copied to clipboard
The operators allowed in an $unset stage.