Packages

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.

Since

MongoDB 3.2

Linear Supertypes
Serializable, Product4[String, String, String, String], Product, Equals, AggregationFramework.PipelineOperator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Lookup
  2. Serializable
  3. Product4
  4. Product
  5. Equals
  6. PipelineOperator
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val as: String
  2. def canEqual(that: Any): Boolean
    Definition Classes
    Lookup → Equals
  3. def equals(that: Any): Boolean
    Definition Classes
    Lookup → Equals → AnyRef → Any
  4. val foreignField: String
  5. val from: String
  6. def hashCode(): Int
    Definition Classes
    Lookup → AnyRef → Any
  7. val localField: String
  8. val makePipe: P.Document
    Definition Classes
    Lookup → PipelineOperator
  9. def productArity: Int
    Definition Classes
    Product4 → Product
  10. def productElement(n: Int): Any
    Definition Classes
    Product4 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  11. def productElementName(n: Int): String
    Definition Classes
    Product
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. def productIterator: Iterator[Any]
    Definition Classes
    Product
  14. def productPrefix: String
    Definition Classes
    Product
  15. def toString(): String
    Definition Classes
    Lookup → AnyRef → Any

Deprecated Value Members

  1. def _1: String
    Definition Classes
    Lookup → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  2. def _2: String
    Definition Classes
    Lookup → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  3. def _3: String
    Definition Classes
    Lookup → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  4. def _4: String
    Definition Classes
    Lookup → Product4
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class