trait AggregationFramework[P <: SerializationPack] extends ImplicitCommandHelpers[P] with GroupAggregation[P] with SliceAggregation[P] with SortAggregation[P] with AggregationPipeline[P]
Implements the Aggregation Framework.
- Self Type
- AggregationFramework[P]
- See also
- Alphabetic
- By Inheritance
- AggregationFramework
- AggregationPipeline
- SortAggregation
- SliceAggregation
- GroupAggregation
- ImplicitCommandHelpers
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Type Members
-
class
AddFieldToSet extends GroupFunction with Product1[String] with Serializable
The $addToSet group accumulator.
The $addToSet group accumulator.
- Definition Classes
- GroupAggregation
-
class
AddFields extends PipelineOperator with Product1[P.Document] with Serializable
$addFields stage.
$addFields stage.
- Since
MongoDB 3.4
-
class
AddToSet extends GroupFunction with Product1[GroupAggregation.P.Value] with Serializable
The $addToSet group accumulator.
The $addToSet group accumulator.
- Definition Classes
- GroupAggregation
-
class
Ascending extends SortOrder with Product1[String] with Serializable
Ascending sort order
Ascending sort order
- Definition Classes
- SortAggregation
-
class
Avg extends GroupFunction with Product1[GroupAggregation.P.Value] with Serializable
The $avg group accumulator.
The $avg group accumulator.
- Definition Classes
- GroupAggregation
-
class
AvgField extends GroupFunction with Product1[String] with Serializable
The $avg group accumulator.
The $avg group accumulator.
- Definition Classes
- GroupAggregation
-
class
Bucket extends PipelineOperator with Product4[P.Value, Seq[P.Value], String, Seq[(String, GroupFunction)]]
$bucket aggregation stage.
-
class
BucketAuto extends PipelineOperator with Product4[P.Value, Int, Option[String], Seq[(String, GroupFunction)]] with Serializable
$bucket aggregation stage.
$bucket aggregation stage.
- Since
MongoDB 3.4 Categorizes incoming documents into a specific number of groups, called buckets, based on a specified expression. Bucket boundaries are automatically determined in an attempt to evenly distribute the documents into the specified number of buckets. Document fields identifier must be prefixed with
$
.
-
final
class
ChangeStream extends PipelineOperator
Low level pipeline operator which allows to open a tailable cursor against subsequent change events of a given collection.
Low level pipeline operator which allows to open a tailable cursor against subsequent change events of a given collection.
For common use-cases, you might prefer to use the
watch
operator on a collection.Note: the target mongo instance MUST be a replica-set (even in the case of a single node deployement).
- Since
MongoDB 3.6
-
class
CollStats extends PipelineOperator with Product3[Boolean, Option[Double], Boolean] with Serializable
$collStats aggregation stage.
-
class
Count extends PipelineOperator with Product1[String] with Serializable
$count of the number of documents input.
$count of the number of documents input.
- Since
MongoDB 3.4
-
class
CurrentOp extends PipelineOperator with Product5[Boolean, Boolean, Boolean, Boolean, Boolean]
- Since
MongoDB 3.6
-
class
Descending extends SortOrder with Product1[String] with Serializable
Descending sort order
Descending sort order
- Definition Classes
- SortAggregation
-
class
Facet extends PipelineOperator with Product1[Iterable[(String, Pipeline)]] with Serializable
Processes multiple aggregation pipelines within a single stage on the same set of input documents.
Processes 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.
- See also
https://docs.mongodb.com/manual/reference/operator/aggregation/facet/
-
class
First extends GroupFunction with Product1[GroupAggregation.P.Value] with Serializable
The $field group accumulator.
The $field group accumulator.
- Definition Classes
- GroupAggregation
-
class
FirstField extends GroupFunction with Product1[String] with Serializable
The $field group accumulator.
The $field group accumulator.
- Definition Classes
- GroupAggregation
-
class
GeoNear extends PipelineOperator with Product with Serializable
$geoNear aggregation stage, that outputs documents in order of nearest to farthest from a specified point.
-
class
GraphLookup extends PipelineOperator with Product8[String, P.Value, String, String, String, Option[Int], Option[String], Option[P.Value]] with Serializable
The $graphLookup aggregation stage.
The $graphLookup aggregation stage.
- Since
MongoDB 3.4
-
class
Group extends PipelineOperator with Product2[P.Value, Seq[(String, GroupFunction)]] with Serializable
$groups documents together to calculate aggregates on document collections.
$groups documents together to calculate aggregates on document collections. This command aggregates on arbitrary identifiers. Document fields identifier must be prefixed with
$
. -
class
GroupField extends PipelineOperator with Product2[String, Seq[(String, GroupFunction)]] with Serializable
$groups documents together to calculate aggregates on document collections.
$groups documents together to calculate aggregates on document collections. This command aggregates on one field.
-
sealed
trait
GroupFunction extends AnyRef
Represents one of the group/accumulator operators, for the
$group
aggregation.Represents one of the group/accumulator operators, for the
$group
aggregation. Operation.- Definition Classes
- GroupAggregation
- See also
https://docs.mongodb.com/manual/reference/operator/aggregation/group/#accumulator-operator
-
class
GroupMulti extends PipelineOperator with Product2[Seq[(String, String)], Seq[(String, GroupFunction)]] with Serializable
$groups documents together to calculate aggregates on document collections.
$groups documents together to calculate aggregates on document collections. This command aggregates on multiple fields, and they must be named.
- class IndexStatAccesses extends Product2[Long, Long] with Serializable
- class IndexStatsResult extends Product4[String, P.Document, String, IndexStatAccesses] with Serializable
-
class
Last extends GroupFunction with Product1[GroupAggregation.P.Value] with Serializable
The $field group accumulator.
The $field group accumulator.
- Definition Classes
- GroupAggregation
-
class
LastField extends GroupFunction with Product1[String] with Serializable
The $field group accumulator.
The $field group accumulator.
- Definition Classes
- GroupAggregation
-
class
Limit extends PipelineOperator with Product1[Int] with Serializable
$limits the number of documents that pass through the stream.
-
class
ListLocalSessions extends PipelineOperator
$listLocalSessions aggregation stage.
$listLocalSessions aggregation stage.
- Since
MongoDB 3.6
-
class
ListSessions extends PipelineOperator
$listSessions aggregation stage.
$listSessions aggregation stage.
- Since
MongoDB 3.6
-
class
Lookup extends PipelineOperator with Product4[String, String, String, String] with Serializable
Performs a left outer join to an unsharded collection in the same database to filter in documents from the "joined" collection for processing.
Performs a left outer join to an unsharded collection in the same database to filter in documents from the "joined" collection for processing.
- Since
MongoDB 3.2
-
class
Match extends PipelineOperator with Product1[P.Document] with Serializable
Filters out documents from the stream that do not match the predicate.
-
class
Max extends GroupFunction
The $max group accumulator.
The $max group accumulator.
- Definition Classes
- GroupAggregation
-
class
MaxField extends GroupFunction with Product1[String] with Serializable
The $max group accumulator.
The $max group accumulator.
- Definition Classes
- GroupAggregation
-
class
Merge extends PipelineOperator with Product6[String, String, Seq[String], Option[String], Option[P.Document], Option[String]] with Serializable
$merge aggregation stage.
$merge aggregation stage.
- Since
MongoDB 4.2
-
class
MergeObjects extends GroupFunction with Product1[GroupAggregation.P.Value] with Serializable
The $mergeObjects group accumulator.
The $mergeObjects group accumulator.
- Definition Classes
- GroupAggregation
-
sealed
trait
MetadataKeyword extends AnyRef
- Definition Classes
- SortAggregation
-
class
MetadataSort extends SortOrder with Product2[String, MetadataKeyword] with Serializable
Metadata sort order.
Metadata sort order.
- Definition Classes
- SortAggregation
-
class
Min extends GroupFunction with Product1[GroupAggregation.P.Value] with Serializable
The $min group accumulator.
The $min group accumulator.
- Definition Classes
- GroupAggregation
-
class
MinField extends GroupFunction with Product1[String] with Serializable
The $min group accumulator.
The $min group accumulator.
- Definition Classes
- GroupAggregation
-
class
Out extends PipelineOperator with Product1[String] with Serializable
Takes the documents returned by the aggregation pipeline and writes them to a specified collection
-
type
Pipeline = (PipelineOperator, List[PipelineOperator])
Aggregation pipeline (with at least one stage operator)
Aggregation pipeline (with at least one stage operator)
- Definition Classes
- AggregationPipeline
-
trait
PipelineOperator extends AnyRef
One of MongoDBs pipeline operators for aggregation.
One of MongoDBs pipeline operators for aggregation. Sealed as these are defined in the MongoDB specifications, and clients should not have custom operators.
- Definition Classes
- AggregationPipeline
-
class
Project extends PipelineOperator with Product1[P.Document] with Serializable
Reshapes a document stream by renaming, adding, or removing fields.
Reshapes a document stream by renaming, adding, or removing fields. Also uses Project to create computed values or sub-objects.
-
class
Push extends GroupFunction with Product1[GroupAggregation.P.Value] with Serializable
The $push group accumulator.
The $push group accumulator.
- Definition Classes
- GroupAggregation
-
class
PushField extends GroupFunction with Product1[String] with Serializable
The $push group accumulator.
The $push group accumulator.
- Definition Classes
- GroupAggregation
-
class
Redact extends PipelineOperator with Product1[P.Document] with Serializable
Restricts the contents of the documents based on information stored in the documents themselves.
Restricts the contents of the documents based on information stored in the documents themselves. http://docs.mongodb.org/manual/reference/operator/aggregation/redact/#pipe._S_redact Redact
-
class
ReplaceRoot extends PipelineOperator with Product1[P.Document] with Serializable
Promotes a specified document to the top level and replaces all other fields.
Promotes a specified document to the top level and replaces all other fields. The operation replaces all existing fields in the input document, including the _id field. https://docs.mongodb.com/manual/reference/operator/aggregation/replaceRoot
-
class
ReplaceRootField extends PipelineOperator with Product1[String] with Serializable
Promotes a specified document to the top level and replaces all other fields.
Promotes a specified document to the top level and replaces all other fields. The operation replaces all existing fields in the input document, including the _id field. https://docs.mongodb.com/manual/reference/operator/aggregation/replaceRoot
-
class
ReplaceWith extends PipelineOperator with Product1[P.Document] with Serializable
The $replaceWith aggregation stage.
The $replaceWith aggregation stage.
- Since
MongoDB 4.2
-
class
Sample extends PipelineOperator with Product1[Int] with Serializable
$sample aggregation stage, that randomly selects the specified number of documents from its input.
-
class
Set extends PipelineOperator with Product1[P.Document] with Serializable
$set aggregation stage
-
class
Skip extends PipelineOperator with Product1[Int] with Serializable
$skips over a number of documents before passing all further documents along the stream.
-
final
class
Slice extends PipelineOperator
Returns a subset of an array.
Returns a subset of an array. https://docs.mongodb.com/manual/reference/operator/aggregation/slice/
- Definition Classes
- SliceAggregation
-
class
Sort extends PipelineOperator with Product1[Seq[SortOrder]] with Serializable
$sorts the stream based on the given fields.
-
class
SortByCount extends PipelineOperator with Product1[P.Value] with Serializable
The $sortByCount aggregation stage.
The $sortByCount aggregation stage.
- Since
MongoDB 3.4
-
class
SortByFieldCount extends PipelineOperator with Product1[String] with Serializable
The $sortByCount aggregation stage.
The $sortByCount aggregation stage.
- Since
MongoDB 3.4
-
sealed
trait
SortOrder extends AnyRef
Represents that a field should be sorted on, as well as whether it should be ascending or descending.
Represents that a field should be sorted on, as well as whether it should be ascending or descending.
- Definition Classes
- SortAggregation
-
class
StdDevPop extends GroupFunction with Product1[GroupAggregation.P.Value] with Serializable
The $stdDevPop group accumulator.
The $stdDevPop group accumulator.
- Definition Classes
- GroupAggregation
- Since
MongoDB 3.2
-
class
StdDevPopField extends GroupFunction with Product1[String] with Serializable
The $stdDevPop for a single field.
The $stdDevPop for a single field.
- Definition Classes
- GroupAggregation
- Since
MongoDB 3.2
-
class
StdDevSamp extends GroupFunction with Product1[GroupAggregation.P.Value] with Serializable
The $stdDevSamp group accumulator
The $stdDevSamp group accumulator
- Definition Classes
- GroupAggregation
- Since
MongoDB 3.2
-
class
StdDevSampField extends GroupFunction with Product1[String] with Serializable
The $stdDevSamp for a single field
The $stdDevSamp for a single field
- Definition Classes
- GroupAggregation
- Since
MongoDB 3.2
-
class
Sum extends GroupFunction with Product1[GroupAggregation.P.Value] with Serializable
The $sum group accumulator.
The $sum group accumulator.
- Definition Classes
- GroupAggregation
-
class
SumField extends GroupFunction with Product1[String] with Serializable
The $sum group accumulator.
The $sum group accumulator.
- Definition Classes
- GroupAggregation
-
class
Unset extends PipelineOperator with Product2[String, Seq[String]] with Serializable
The $unset aggregation stage.
The $unset aggregation stage.
- Since
MongoDB 4.2
- class Unwind extends PipelineOperator with Product with Serializable
-
class
UnwindField extends Unwind with Serializable
Turns a document with an array into multiple documents, one document for each element in the array.
Turns a document with an array into multiple documents, one document for each element in the array. http://docs.mongodb.org/manual/reference/aggregation/unwind/#_S_unwind
-
trait
ImplicitlyDocumentProducer extends AnyRef
- Definition Classes
- ImplicitCommandHelpers
-
case class
Aggregate(pipeline: Seq[AggregationFramework.PipelineOperator], explain: Boolean = false, allowDiskUse: Boolean, cursor: Option[Cursor], wireVersion: MongoWireVersion, bypassDocumentValidation: Boolean, readConcern: Option[ReadConcern]) extends CollectionCommand with CommandWithPack[pack.type] with CommandWithResult[AggregationResult] with Product with Serializable
- pipeline
the sequence of MongoDB aggregation operations
- explain
specifies to return the information on the processing of the pipeline
- allowDiskUse
enables writing to temporary files
- cursor
the cursor object for aggregation
- bypassDocumentValidation
available only if you specify the $out aggregation operator
- readConcern
the read concern
- Annotations
- @deprecated
- Deprecated
(Since version 0.12.7) Use
api.collections.Aggregator
- Since
MongoDB 3.2
-
case class
AggregationResult(firstBatch: List[P.Document], cursor: Option[ResultCursor] = None) extends Product with Serializable
- firstBatch
the documents of the first batch
- cursor
the cursor from the result, if any
- Annotations
- @deprecated
- Deprecated
(Since version 0.12.7) Use
api.collections.Aggregator
- See also
-
class
Cursor extends Product1[Int]
- Annotations
- @deprecated
- Deprecated
(Since version 0.12.7) Use
api.collections.Aggregator
-
case class
Filter(input: P.Value, as: String, cond: P.Document) extends PipelineOperator with Product with Serializable
The $filter aggregation stage.
The $filter aggregation stage.
- input
the expression that resolves to an array
- as
The variable name for the element in the input array. The as expression accesses each element in the input array by this variable.
- cond
the expression that determines whether to include the element in the resulting array
- Annotations
- @deprecated
- Deprecated
(Since version 0.19.4) Not a pipeline operator (stage)
-
case class
SumValue extends GroupFunction with Product with Serializable
- Definition Classes
- GroupAggregation
- Annotations
- @deprecated
- Deprecated
(Since version 0.12.0) Use
SumAll
Abstract Value Members
-
abstract
val
pack: P
- Definition Classes
- AggregationPipeline
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from AggregationFramework[P] to any2stringadd[AggregationFramework[P]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (AggregationFramework[P], B)
- Implicit
- This member is added by an implicit conversion from AggregationFramework[P] to ArrowAssoc[AggregationFramework[P]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
lazy val
builder: Builder[pack.type]
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
ensuring(cond: (AggregationFramework[P]) ⇒ Boolean, msg: ⇒ Any): AggregationFramework[P]
- Implicit
- This member is added by an implicit conversion from AggregationFramework[P] to Ensuring[AggregationFramework[P]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (AggregationFramework[P]) ⇒ Boolean): AggregationFramework[P]
- Implicit
- This member is added by an implicit conversion from AggregationFramework[P] to Ensuring[AggregationFramework[P]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): AggregationFramework[P]
- Implicit
- This member is added by an implicit conversion from AggregationFramework[P] to Ensuring[AggregationFramework[P]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): AggregationFramework[P]
- Implicit
- This member is added by an implicit conversion from AggregationFramework[P] to Ensuring[AggregationFramework[P]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from AggregationFramework[P] to StringFormat[AggregationFramework[P]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
pipe(name: String, arg: P.Value): P.Document
- Attributes
- protected
- Annotations
- @inline()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
→[B](y: B): (AggregationFramework[P], B)
- Implicit
- This member is added by an implicit conversion from AggregationFramework[P] to ArrowAssoc[AggregationFramework[P]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
-
object
AddFieldToSet extends AbstractFunction1[String, AddFieldToSet] with Serializable
- Definition Classes
- GroupAggregation
- object AddFields extends AbstractFunction1[P.Document, AddFields] with Serializable
-
object
AddToSet extends AbstractFunction1[GroupAggregation.P.Value, AddToSet] with Serializable
- Definition Classes
- GroupAggregation
-
object
Ascending extends AbstractFunction1[String, Ascending] with Serializable
- Definition Classes
- SortAggregation
-
object
Avg extends AbstractFunction1[GroupAggregation.P.Value, Avg] with Serializable
- Definition Classes
- GroupAggregation
-
object
AvgField extends AbstractFunction1[String, AvgField] with Serializable
- Definition Classes
- GroupAggregation
- object Bucket
- object BucketAuto extends Serializable
- object CollStats extends AbstractFunction3[Boolean, Option[Double], Boolean, CollStats] with Serializable
- object Count extends AbstractFunction1[String, Count] with Serializable
- object CurrentOp extends AbstractFunction5[Boolean, Boolean, Boolean, Boolean, Boolean, CurrentOp]
- object Cursor extends AbstractFunction1[Int, Cursor]
-
object
Descending extends AbstractFunction1[String, Descending] with Serializable
- Definition Classes
- SortAggregation
- object Facet extends AbstractFunction1[Iterable[(String, Pipeline)], Facet] with Serializable
-
object
Filter extends Serializable
Filter companion
-
object
First extends AbstractFunction1[GroupAggregation.P.Value, First] with Serializable
- Definition Classes
- GroupAggregation
-
object
FirstField extends AbstractFunction1[String, FirstField] with Serializable
- Definition Classes
- GroupAggregation
- object GeoNear extends Serializable
- object GraphLookup extends AbstractFunction8[String, P.Value, String, String, String, Option[Int], Option[String], Option[P.Value], GraphLookup] with Serializable
- object Group extends Serializable
- object GroupField extends Serializable
-
object
GroupFunction
Factory to declare custom call to a group function.
Factory to declare custom call to a group function.
- Definition Classes
- GroupAggregation
- object GroupMulti extends Serializable
- object IndexStatAccesses extends AbstractFunction2[Long, Long, IndexStatAccesses] with Serializable
-
object
IndexStats extends PipelineOperator with Product with Serializable
$indexStats aggregation stage.
$indexStats aggregation stage.
- Since
MongoDB 3.2
- object IndexStatsResult extends AbstractFunction4[String, P.Document, String, IndexStatAccesses, IndexStatsResult] with Serializable
-
object
Last extends AbstractFunction1[GroupAggregation.P.Value, Last] with Serializable
- Definition Classes
- GroupAggregation
-
object
LastField extends AbstractFunction1[String, LastField] with Serializable
- Definition Classes
- GroupAggregation
- object Limit extends AbstractFunction1[Int, Limit] with Serializable
- object ListLocalSessions extends AbstractFunction1[P.Document, ListLocalSessions]
- object ListSessions extends AbstractFunction1[P.Document, ListSessions]
- object Lookup extends AbstractFunction4[String, String, String, String, Lookup] with Serializable
- object Match extends AbstractFunction1[P.Document, Match] with Serializable
-
object
Max extends AbstractFunction1[GroupAggregation.P.Value, Max]
- Definition Classes
- GroupAggregation
-
object
MaxField extends AbstractFunction1[String, MaxField] with Serializable
- Definition Classes
- GroupAggregation
- object Merge extends AbstractFunction6[String, String, Seq[String], Option[String], Option[P.Document], Option[String], Merge] with Serializable
-
object
MergeObjects extends AbstractFunction1[GroupAggregation.P.Value, MergeObjects] with Serializable
- Definition Classes
- GroupAggregation
-
object
MetadataSort extends AbstractFunction2[String, MetadataKeyword, MetadataSort] with Serializable
- Definition Classes
- SortAggregation
-
object
Min extends AbstractFunction1[GroupAggregation.P.Value, Min] with Serializable
- Definition Classes
- GroupAggregation
-
object
MinField extends AbstractFunction1[String, MinField] with Serializable
- Definition Classes
- GroupAggregation
- object Out extends AbstractFunction1[String, Out] with Serializable
-
object
PipelineOperator
Only for advanced user: Factory for stage not already provided in the API.
Only for advanced user: Factory for stage not already provided in the API.
For example for
{ $sample: { size: 2 } }
import scala.concurrent.ExecutionContext import reactivemongo.api.bson.{ BSONDocument, BSONInteger, BSONString } import reactivemongo.api.bson.collection.BSONCollection def foo(coll: BSONCollection)(implicit ec: ExecutionContext) = coll.aggregateWith[BSONDocument]() { agg => import agg.PipelineOperator val stage = PipelineOperator(BSONDocument( f"$$sample" -> BSONDocument("size" -> 2))) stage -> List.empty }
- Definition Classes
- AggregationPipeline
-
object
PlanCacheStats extends PipelineOperator with Product with Serializable
$planCacheStats aggregation stage.
$planCacheStats aggregation stage.
- Since
MongoDB 4.2
- object Project extends AbstractFunction1[P.Document, Project] with Serializable
-
object
Push extends AbstractFunction1[GroupAggregation.P.Value, Push] with Serializable
- Definition Classes
- GroupAggregation
-
object
PushField extends AbstractFunction1[String, PushField] with Serializable
- Definition Classes
- GroupAggregation
- object Redact extends AbstractFunction1[P.Document, Redact] with Serializable
- object ReplaceRoot extends AbstractFunction1[P.Document, ReplaceRoot] with Serializable
- object ReplaceRootField extends AbstractFunction1[String, ReplaceRootField] with Serializable
- object ReplaceWith extends AbstractFunction1[P.Document, ReplaceWith] with Serializable
- object Sample extends AbstractFunction1[Int, Sample] with Serializable
- object Set extends AbstractFunction1[P.Document, Set] with Serializable
- object Skip extends AbstractFunction1[Int, Skip] with Serializable
-
object
Slice
import scala.concurrent.ExecutionContext import reactivemongo.api.bson.{ BSONDocument, BSONInteger, BSONString } import reactivemongo.api.bson.collection.BSONCollection def foo(coll: BSONCollection)(implicit ec: ExecutionContext) = { coll.aggregateWith[BSONDocument]() { agg => import agg.{ Project, Slice } // Define the pipeline stages Project(BSONDocument( "name" -> 1, "favorites" -> Slice( array = BSONString(f"$$favorites"), n = BSONInteger(3)).makePipe)) -> List.empty } }
- Definition Classes
- SliceAggregation
- object Sort extends Serializable
- object SortByCount extends AbstractFunction1[P.Value, SortByCount] with Serializable
- object SortByFieldCount extends AbstractFunction1[String, SortByFieldCount] with Serializable
-
object
StdDevPop extends AbstractFunction1[GroupAggregation.P.Value, StdDevPop] with Serializable
- Definition Classes
- GroupAggregation
-
object
StdDevPopField extends AbstractFunction1[String, StdDevPopField] with Serializable
- Definition Classes
- GroupAggregation
-
object
StdDevSamp extends AbstractFunction1[GroupAggregation.P.Value, StdDevSamp] with Serializable
- Definition Classes
- GroupAggregation
-
object
StdDevSampField extends AbstractFunction1[String, StdDevSampField] with Serializable
- Definition Classes
- GroupAggregation
-
object
Sum extends AbstractFunction1[GroupAggregation.P.Value, Sum] with Serializable
- Definition Classes
- GroupAggregation
-
object
SumAll extends GroupFunction with Product with Serializable
The
$sum: 1
group accumulator.The
$sum: 1
group accumulator.- Definition Classes
- GroupAggregation
-
object
SumField extends AbstractFunction1[String, SumField] with Serializable
- Definition Classes
- GroupAggregation
-
object
TextScore extends MetadataKeyword with Product with Serializable
References the score associated with the corresponding
$text
query for each matching document.References the score associated with the corresponding
$text
query for each matching document.- Definition Classes
- SortAggregation
- object Unset extends AbstractFunction2[String, Seq[String], Unset] with Serializable
- object Unwind extends Serializable
- object UnwindField extends AbstractFunction1[String, UnwindField] with Serializable
-
object
ImplicitlyDocumentProducer
- Definition Classes
- ImplicitCommandHelpers