Trait

reactivemongo.api.commands

AggregationFramework

Related Doc: package commands

Permalink

trait AggregationFramework[P <: SerializationPack] extends GroupAggregation[P] with SliceAggregation[P] with SortAggregation[P] with AggregationPipeline[P] with ChangeStreamAggregation[P] with AtlasSearchAggregation[P]

Implements the Aggregation Framework.

Self Type
AggregationFramework[P] with PackSupport[P]
See also

PipelineOperator

Linear Supertypes
AtlasSearchAggregation[P], ChangeStreamAggregation[P], AggregationPipeline[P], SortAggregation[P], SliceAggregation[P], GroupAggregation[P], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregationFramework
  2. AtlasSearchAggregation
  3. ChangeStreamAggregation
  4. AggregationPipeline
  5. SortAggregation
  6. SliceAggregation
  7. GroupAggregation
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class AddFieldToSet extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $addToSet group accumulator.

    The $addToSet group accumulator.

    Definition Classes
    GroupAggregation
  2. final class AddFields extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $addFields stage .

  3. final class AddToSet extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $addToSet group accumulator.

    The $addToSet group accumulator.

    Definition Classes
    GroupAggregation
  4. final class Ascending extends (SortAggregation.this)#SortOrder

    Permalink

    Ascending sort order

    Ascending sort order

    Definition Classes
    SortAggregation
  5. final class AtlasSearch extends (AtlasSearchAggregation.this)#PipelineOperator

    Permalink

    EXPERIMENTAL: See AtlasSearch$

    EXPERIMENTAL: See AtlasSearch$

    Definition Classes
    AtlasSearchAggregation
  6. final class Avg extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $avg group accumulator.

    The $avg group accumulator.

    Definition Classes
    GroupAggregation
  7. final class AvgField extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $avg group accumulator.

    The $avg group accumulator.

    Definition Classes
    GroupAggregation
  8. final class Bucket extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $bucket aggregation stage .

  9. final class BucketAuto extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $bucket aggregation stage .

  10. final class ChangeStream extends (ChangeStreamAggregation.this)#PipelineOperator

    Permalink

    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).

    Definition Classes
    ChangeStreamAggregation
    Since

    MongoDB 3.6

  11. final class CollStats extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $collStats aggregation stage .

  12. final class Count extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $count of the number of documents input .

  13. final class CurrentOp extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $currentOp .

  14. final class Cursor extends AnyRef

    Permalink

    Attributes
    protected
  15. final class Descending extends (SortAggregation.this)#SortOrder

    Permalink

    Descending sort order

    Descending sort order

    Definition Classes
    SortAggregation
  16. final class Documents extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $documents stage

  17. final class Facet extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $facet .

  18. final class Filter extends AnyRef

    Permalink

    The $filter aggregation stage.

  19. final class First extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $field group accumulator.

    The $field group accumulator.

    Definition Classes
    GroupAggregation
  20. final class FirstField extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $field group accumulator.

    The $field group accumulator.

    Definition Classes
    GroupAggregation
  21. final class GeoNear extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $geoNear aggregation stage, that outputs documents in order of nearest to farthest from a specified point.

  22. final class GraphLookup extends (AggregationFramework.this)#PipelineOperator

    Permalink

    The $graphLookup aggregation stage.

    The $graphLookup aggregation stage.

    Since

    MongoDB 3.4

  23. final class Group extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $groups documents together to calculate aggregates on document collections .

  24. final class GroupField extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $groups documents together to calculate aggregates on document collections.

    $groups documents together to calculate aggregates on document collections. This command aggregates on one field.

  25. sealed trait GroupFunction extends AnyRef

    Permalink

    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

  26. final class GroupMulti extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $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.

  27. final class IndexStatAccesses extends AnyRef

    Permalink

  28. final class IndexStatsResult extends AnyRef

    Permalink

  29. final class Last extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $field group accumulator.

    The $field group accumulator.

    Definition Classes
    GroupAggregation
  30. final class LastField extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $field group accumulator.

    The $field group accumulator.

    Definition Classes
    GroupAggregation
  31. final class Limit extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $limits the number of documents that pass through the stream.

  32. final class ListLocalSessions extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $listLocalSessions aggregation stage.

    $listLocalSessions aggregation stage.

    Since

    MongoDB 3.6

  33. final class ListSessions extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $listSessions aggregation stage.

    $listSessions aggregation stage.

    Since

    MongoDB 3.6

  34. final class Lookup extends (AggregationFramework.this)#PipelineOperator

    Permalink

    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 .

    See also

    LookupPipeline

  35. final class LookupPipeline extends (AggregationFramework.this)#PipelineOperator

    Permalink

    Performs an uncorrelated lookup .

    Performs an uncorrelated lookup .

    See also

    Lookup

  36. final class Match extends (AggregationFramework.this)#PipelineOperator

    Permalink

    Filters out documents from the stream that do not match the predicate .

  37. final class Max extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $max group accumulator.

    The $max group accumulator.

    Definition Classes
    GroupAggregation
  38. final class MaxField extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $max group accumulator.

    The $max group accumulator.

    Definition Classes
    GroupAggregation
  39. final class Merge extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $merge aggregation stage.

    $merge aggregation stage.

    Since

    MongoDB 4.2

  40. final class MergeObjects extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $mergeObjects group accumulator.

    The $mergeObjects group accumulator.

    Definition Classes
    GroupAggregation
  41. sealed trait MetadataKeyword extends AnyRef

    Permalink

    Keyword of metadata.

    Definition Classes
    SortAggregation
  42. final class MetadataSort extends (SortAggregation.this)#SortOrder

    Permalink

    Metadata sort order.

    Definition Classes
    SortAggregation
  43. final class Min extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $min group accumulator.

    The $min group accumulator.

    Definition Classes
    GroupAggregation
  44. final class MinField extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $min group accumulator.

    The $min group accumulator.

    Definition Classes
    GroupAggregation
  45. final class Out extends (AggregationFramework.this)#PipelineOperator

    Permalink

    Takes the documents returned by the aggregation pipeline and writes them to a specified collection

  46. type Pipeline = List[(AggregationFramework.this)#PipelineOperator]

    Permalink

    Aggregation pipeline (with at least one stage operator)

    Aggregation pipeline (with at least one stage operator)

    Definition Classes
    AggregationPipeline
  47. trait PipelineOperator extends AnyRef

    Permalink

    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
  48. final class Project extends (AggregationFramework.this)#PipelineOperator

    Permalink

    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.

  49. final class Push extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $push group accumulator.

    The $push group accumulator.

    Definition Classes
    GroupAggregation
  50. final class PushField extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $push group accumulator.

    The $push group accumulator.

    Definition Classes
    GroupAggregation
  51. final class Redact extends (AggregationFramework.this)#PipelineOperator

    Permalink

    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

  52. final class ReplaceRoot extends (AggregationFramework.this)#PipelineOperator

    Permalink

    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

  53. final class ReplaceRootField extends (AggregationFramework.this)#PipelineOperator

    Permalink

    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

  54. final class ReplaceWith extends (AggregationFramework.this)#PipelineOperator

    Permalink

    The $replaceWith aggregation stage.

    The $replaceWith aggregation stage.

    Since

    MongoDB 4.2

  55. final class Sample extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $sample aggregation stage, that randomly selects the specified number of documents from its input.

  56. final class SearchString extends AnyRef

    Permalink

    EXPERIMENTAL: One or at least one string with optional alternate analyzer specified in multi field

    EXPERIMENTAL: One or at least one string with optional alternate analyzer specified in multi field

    Definition Classes
    AtlasSearchAggregation
  57. final class Set extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $set aggregation stage

  58. final class Skip extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $skips over a number of documents before passing all further documents along the stream.

  59. final class Slice extends (SliceAggregation.this)#PipelineOperator

    Permalink

    Returns a slice/subset of an array.

    Returns a slice/subset of an array.

    Definition Classes
    SliceAggregation
  60. final class Sort extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $sorts the stream based on the given fields.

  61. final class SortByCount extends (AggregationFramework.this)#PipelineOperator

    Permalink

    The $sortByCount aggregation stage.

    The $sortByCount aggregation stage.

    Since

    MongoDB 3.4

  62. final class SortByFieldCount extends (AggregationFramework.this)#PipelineOperator

    Permalink

    The $sortByCount aggregation stage.

    The $sortByCount aggregation stage.

    Since

    MongoDB 3.4

  63. sealed trait SortOrder extends AnyRef

    Permalink

    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
  64. final class StdDevPop extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $stdDevPop group accumulator.

    The $stdDevPop group accumulator.

    Definition Classes
    GroupAggregation
    Since

    MongoDB 3.2

  65. final class StdDevPopField extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $stdDevPop for a single field.

    The $stdDevPop for a single field.

    Definition Classes
    GroupAggregation
    Since

    MongoDB 3.2

  66. final class StdDevSamp extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $stdDevSamp group accumulator

    The $stdDevSamp group accumulator

    Definition Classes
    GroupAggregation
    Since

    MongoDB 3.2

  67. final class StdDevSampField extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $stdDevSamp for a single field

    The $stdDevSamp for a single field

    Definition Classes
    GroupAggregation
    Since

    MongoDB 3.2

  68. final class Sum extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $sum group accumulator.

    The $sum group accumulator.

    Definition Classes
    GroupAggregation
  69. final class SumField extends (GroupAggregation.this)#GroupFunction

    Permalink

    The $sum group accumulator.

    The $sum group accumulator.

    Definition Classes
    GroupAggregation
  70. final class SumValue extends (GroupAggregation.this)#GroupFunction

    Permalink
    Definition Classes
    GroupAggregation
  71. final class UnionWith extends (AggregationFramework.this)#PipelineOperator

    Permalink

    $unionWith stage

  72. final class Unset extends (AggregationFramework.this)#PipelineOperator

    Permalink

    The $unset aggregation stage.

    The $unset aggregation stage.

    Since

    MongoDB 4.2

  73. sealed trait Unwind extends (AggregationFramework.this)#PipelineOperator

    Permalink
  74. final class UnwindField extends (AggregationFramework.this)#Unwind

    Permalink

    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

Abstract Value Members

  1. abstract val pack: P

    Permalink
    Definition Classes
    AggregationPipeline

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    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
  4. def ->[B](y: B): (AggregationFramework[P], B)

    Permalink
    Implicit information
    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()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. object AddFieldToSet

    Permalink
    Definition Classes
    GroupAggregation
  7. object AddFields

    Permalink

    $addFields stage .

    $addFields stage .

    Since

    MongoDB 3.4

  8. object AddToSet

    Permalink
    Definition Classes
    GroupAggregation
  9. object Ascending

    Permalink
    Definition Classes
    SortAggregation
  10. object AtlasSearch

    Permalink

    EXPERIMENTAL: Atlas Search (only on MongoDB Atlas)

    EXPERIMENTAL: Atlas Search (only on MongoDB Atlas)

    Definition Classes
    AtlasSearchAggregation
  11. object Avg

    Permalink
    Definition Classes
    GroupAggregation
  12. object AvgField

    Permalink
    Definition Classes
    GroupAggregation
  13. object Bucket

    Permalink

    $bucket aggregation stage .

  14. object BucketAuto

    Permalink

    $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 $.

  15. object ChangeStream

    Permalink
    Definition Classes
    ChangeStreamAggregation
  16. object CollStats

    Permalink

    $collStats aggregation stage .

  17. object Count

    Permalink

    $count of the number of documents input

    $count of the number of documents input

    Since

    MongoDB 3.4

  18. object CurrentOp

    Permalink

    $currentOp .

    Since

    MongoDB 3.6

  19. object Descending

    Permalink
    Definition Classes
    SortAggregation
  20. object Documents

    Permalink

    $documents stage

  21. object Facet

    Permalink

    Performs $facet stage, to process multiple aggregation pipelines within a single stage on the same set of input documents.

    Performs $facet stage, to process 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.

  22. object Filter

    Permalink

    Filter companion

  23. object First

    Permalink
    Definition Classes
    GroupAggregation
  24. object FirstField

    Permalink
    Definition Classes
    GroupAggregation
  25. object GeoNear

    Permalink
  26. object GraphLookup

    Permalink
  27. object Group

    Permalink

    $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 $.

  28. object GroupField

    Permalink
  29. object GroupFunction

    Permalink

    Factory to declare custom call to a group function.

    Factory to declare custom call to a group function.

    Definition Classes
    GroupAggregation
  30. object GroupMulti

    Permalink
  31. object IndexStats extends (AggregationFramework.this)#PipelineOperator with Product with Serializable

    Permalink

    $indexStats aggregation stage.

    $indexStats aggregation stage.

    Since

    MongoDB 3.2

  32. object IndexStatsResult

    Permalink
  33. object Last

    Permalink
    Definition Classes
    GroupAggregation
  34. object LastField

    Permalink
    Definition Classes
    GroupAggregation
  35. object Limit

    Permalink
  36. object ListLocalSessions

    Permalink
  37. object ListSessions

    Permalink
  38. object Lookup

    Permalink

    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

    See also

    LookupPipeline

  39. object LookupPipeline

    Permalink

    Performs an uncorrelated lookup .

    Performs an uncorrelated lookup .

    Since

    MongoDB 3.6

    See also

    Lookup

  40. object Match

    Permalink

    Filters out documents from the stream that do not match the predicate .

  41. object Max

    Permalink
    Definition Classes
    GroupAggregation
  42. object MaxField

    Permalink
    Definition Classes
    GroupAggregation
  43. object Merge

    Permalink
  44. object MergeObjects

    Permalink
    Definition Classes
    GroupAggregation
  45. object MetadataSort

    Permalink
    Definition Classes
    SortAggregation
  46. object Min

    Permalink
    Definition Classes
    GroupAggregation
  47. object MinField

    Permalink
    Definition Classes
    GroupAggregation
  48. object Out

    Permalink
  49. object PipelineOperator

    Permalink

    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 reactivemongo.api.bson.BSONDocument
    import reactivemongo.api.bson.collection.BSONCollection
    
    def foo(coll: BSONCollection) =
      coll.aggregateWith[BSONDocument]() { agg =>
        import agg.PipelineOperator
    
        List(PipelineOperator(BSONDocument(
          f"$$sample" -> BSONDocument("size" -> 2))))
      }
    Definition Classes
    AggregationPipeline
  50. object PlanCacheStats extends (AggregationFramework.this)#PipelineOperator with Product with Serializable

    Permalink

    $planCacheStats aggregation stage.

    $planCacheStats aggregation stage.

    Since

    MongoDB 4.2

  51. object Project

    Permalink
  52. object Push

    Permalink
    Definition Classes
    GroupAggregation
  53. object PushField

    Permalink
    Definition Classes
    GroupAggregation
  54. object Redact

    Permalink
  55. object ReplaceRoot

    Permalink
  56. object ReplaceRootField

    Permalink
  57. object ReplaceWith

    Permalink
  58. object Sample

    Permalink
  59. object SearchString

    Permalink

    EXPERIMENTAL: Search string utilities

    EXPERIMENTAL: Search string utilities

    Definition Classes
    AtlasSearchAggregation
    See also

    https://docs.atlas.mongodb.com/reference/atlas-search/path-construction/#usage

  60. object Set

    Permalink
  61. object Skip

    Permalink
  62. object Slice

    Permalink

    import reactivemongo.api.bson.{ BSONDocument, BSONInteger, BSONString }
    import reactivemongo.api.bson.collection.BSONCollection
    
    def foo(coll: BSONCollection) =
      coll.aggregateWith[BSONDocument]() { agg =>
        import agg.{ Project, Slice }
    
        // Define the pipeline stages
        List(Project(BSONDocument(
          "name" -> 1,
          "favorites" -> Slice(
            array = BSONString(f"$$favorites"),
            n = BSONInteger(3)))))
      }
    Definition Classes
    SliceAggregation
  63. object Sort

    Permalink
  64. object SortByCount

    Permalink
  65. object SortByFieldCount

    Permalink
  66. object StdDevPop

    Permalink
    Definition Classes
    GroupAggregation
  67. object StdDevPopField

    Permalink
    Definition Classes
    GroupAggregation
  68. object StdDevSamp

    Permalink
    Definition Classes
    GroupAggregation
  69. object StdDevSampField

    Permalink
    Definition Classes
    GroupAggregation
  70. object Sum

    Permalink
    Definition Classes
    GroupAggregation
  71. object SumAll extends (GroupAggregation.this)#GroupFunction with Product with Serializable

    Permalink

    The $sum: 1 group accumulator.

    The $sum: 1 group accumulator.

    Definition Classes
    GroupAggregation
  72. object SumField

    Permalink
    Definition Classes
    GroupAggregation
  73. object TextScore extends (SortAggregation.this)#MetadataKeyword with Product with Serializable

    Permalink

    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
  74. object UnionWith

    Permalink

    $unionWith stage

  75. object Unset

    Permalink
  76. object Unwind

    Permalink
  77. object UnwindField

    Permalink
  78. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  79. final lazy val builder: Builder[(AggregationFramework.this)#pack.type]

    Permalink
    Attributes
    protected
  80. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. def ensuring(cond: (AggregationFramework[P]) ⇒ Boolean, msg: ⇒ Any): AggregationFramework[P]

    Permalink
    Implicit information
    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
  82. def ensuring(cond: (AggregationFramework[P]) ⇒ Boolean): AggregationFramework[P]

    Permalink
    Implicit information
    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
  83. def ensuring(cond: Boolean, msg: ⇒ Any): AggregationFramework[P]

    Permalink
    Implicit information
    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
  84. def ensuring(cond: Boolean): AggregationFramework[P]

    Permalink
    Implicit information
    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
  85. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  86. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  87. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  88. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    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()
  89. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  90. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  91. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  92. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  93. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  94. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  95. final def pipe(name: String, arg: P.Value): P.Document

    Permalink
    Attributes
    protected
    Annotations
    @inline()
  96. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  97. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  98. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  99. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  101. def [B](y: B): (AggregationFramework[P], B)

    Permalink
    Implicit information
    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

Inherited from AtlasSearchAggregation[P]

Inherited from ChangeStreamAggregation[P]

Inherited from AggregationPipeline[P]

Inherited from SortAggregation[P]

Inherited from SliceAggregation[P]

Inherited from GroupAggregation[P]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AggregationFramework[P] to any2stringadd[AggregationFramework[P]]

Inherited by implicit conversion StringFormat from AggregationFramework[P] to StringFormat[AggregationFramework[P]]

Inherited by implicit conversion Ensuring from AggregationFramework[P] to Ensuring[AggregationFramework[P]]

Inherited by implicit conversion ArrowAssoc from AggregationFramework[P] to ArrowAssoc[AggregationFramework[P]]

Ungrouped