Skip to content

MongoDB request DSLopensavvy.ktmongo.dsl.aggregation.stages

Package-level declarations

Types

HasCount

Pipeline implementing the $count stage.

HasGroup

Pipeline implementing the $group stage.

HasLimit

Pipeline implementing the $limit stage.

HasMatch

Pipeline implementing the $match stage.

HasProject

Pipeline implementing the $project stage.

HasSample

Pipeline implementing the $sample stage.

HasSet

interface HasSet<Document : Any> : Pipeline<Document> 

Pipeline implementing the $set stage.

HasSkip

Pipeline implementing the $skip stage.

HasSort

Pipeline implementing the $sort stage.

HasUnionWith

Pipeline implementing the $unionWith stage.

HasUnionWithCompatibility

Pipeline that can be used as the second argument in a $unionWith stage.

HasUnset

Pipeline implementing the $unset stage.

ProjectStageOperators

The operators allowed in a `$project stage`.

SetStageOperators

The operators allowed in a set stage.

UnsetStageOperators

The operators allowed in an $unset stage.