Tests whether this value is less than the bound value.
Expr<bool?> lt(T value) => _compare( '<', ParameterNode(codec.encode(value), storageType: codec.sqlType), );