Packages

object Variable

Helps define new variable for the $lookup pipeline stage

Since

2.3

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Variable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[TExpression](name: String, value: TExpression): Variable[TExpression]

    Creates a new variable definition for use in $lookup pipeline stages

    Creates a new variable definition for use in $lookup pipeline stages

    name

    the name of the new variable

    value

    the value of the new variable