Check if this expression is less than other.
other
This is equivalent to this < other in SQL.
this < other
Expr<bool> lessThanValue(T other) => lessThan(toExpr(other));