mongo4cats.operations.Aggregate
See theAggregate companion trait
object Aggregate
Attributes
Members list
Value members
Concrete methods
def bucketAuto[TExpression](groupBy: TExpression, buckets: Int, options: BucketAutoOptions): Aggregate
def graphLookup[TExpression](from: String, startWith: TExpression, connectFromField: String, connectToField: String, as: String, options: GraphLookupOptions): Aggregate
def vectorSearch(path: FieldSearchPath, queryVector: Seq[Double], index: String, numCandidates: Long, limit: Long, options: VectorSearchOptions): Aggregate
In this article