NullableOp

dataprism.platform.sql.value.SqlDbValues.FundamentalBinOp.NullableOp
final case class NullableOp[LHS1, RHS1, R1](binop: BinOp[LHS1, RHS1, R1]) extends FundamentalBinOp[Option[LHS1], Option[RHS1], Option[R1]]

Attributes

Source
SqlDbValues.scala

Members list

Value members

Inherited methods

override def ast: BinaryOperation

Attributes

Definition Classes
FundamentalBinOp -> BinOp
Inherited from:
FundamentalBinOp
Source
SqlDbValues.scala
def nullable(using NotGiven[Option[LHS1] <:< Option[_]], NotGiven[Option[RHS1] <:< Option[_]], NotGiven[Option[R1] <:< Option[_]]): SqlDbValuesBase.this.BinOp[Option[Option[LHS1]], Option[Option[RHS1]], Option[Option[R1]]]

Attributes

Inherited from:
BinOp
Source
SqlDbValuesBase.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def tpe(lhs: DbValue[Option[LHS1]], rhs: DbValue[Option[RHS1]]): Type[Option[R1]]

Attributes

Definition Classes
FundamentalBinOp -> BinOp
Inherited from:
FundamentalBinOp
Source
SqlDbValues.scala

Inherited fields

val name: String

Attributes

Inherited from:
FundamentalBinOp
Source
SqlDbValues.scala