Skip to main content

bool_or

Function bool_or 

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

BOOL_OR - true if any non-null input is true (PostgreSQL).