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