Expression

dappermongo.aggregate.search.Score.Function.Expression
See theExpression companion trait
object Expression

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Expression.type

Members list

Type members

Classlikes

case class Arithmetic(add: List[Expression], multiply: List[Expression]) extends Expression

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Expression
class Object
trait Matchable
class Any
Show all
case class Constant(value: Double) extends Expression

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Expression
class Object
trait Matchable
class Any
Show all
case class Gaussian(path: Path, origin: Double, scale: Double, offset: Option[Double], decay: Option[Double]) extends Expression

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Expression
class Object
trait Matchable
class Any
Show all
case class Path(path: String, undefined: Option[Double]) extends Expression

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Expression
class Object
trait Matchable
class Any
Show all
object Path

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Path.type
case object Score extends Expression

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Expression
class Object
trait Matchable
class Any
Show all
Self type
Score.type
case class Unary(log: Option[Expression], log1p: Option[Expression]) extends Expression

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Expression
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val writer: BSONWriter[Expression]