Skip to main content

bool_and

Function bool_and 

Source
pub fn bool_and<'a, V, E>(
    expr: E,
) -> SQLExpr<'a, V, <V::DialectMarker as DialectTypes>::Bool, Null, Agg>
Expand description

BOOL_AND - true if all non-null inputs are true (PostgreSQL).