GreaterThan

dataprism.platform.sql.value.SqlDbValues.FundamentalBinOp.GreaterThan
final case class GreaterThan[A]() extends FundamentalBinOp[A, A, Boolean]

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[A <:< Option[_]], NotGiven[A <:< Option[_]], NotGiven[Boolean <:< Option[_]]): SqlDbValuesBase.this.BinOp[Option[A], Option[A], Option[Boolean]]

Attributes

Inherited from:
BinOp
Source
SqlDbValuesBase.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def tpe(lhs: DbValue[A], rhs: DbValue[A]): Type[Boolean]

Attributes

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

Inherited fields

val name: String

Attributes

Inherited from:
FundamentalBinOp
Source
SqlDbValues.scala