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