LookupPipeline

reactivemongo.api.commands.AggregationFramework.LookupPipeline$
See theLookupPipeline companion class

Performs an uncorrelated lookup .

Attributes

See also:
Since:

MongoDB 3.6

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(from: String, let: Document, pipeline: Pipeline, as: String): LookupPipeline

Attributes

as

the name of the new array field to add to the input documents

from

the collection to perform the join with

let

the variables to use in the pipeline field stages

pipeline

the pipeline to run on the joined collection