Skip to main content

not

Function not 

Source
pub fn not<'a, V, E>(
    expr: E,
) -> SQLExpr<'a, V, <V::DialectMarker as DialectTypes>::Bool, E::Nullable, E::Aggregate>
where V: SQLParam + 'a, E: Expr<'a, V>, E::SQLType: BooleanLike, E::Nullable: Nullability,
Expand description

Logical NOT.

Negates a boolean expression.