pub fn bool_or<'a, V, E>(
expr: E,
) -> SQLExpr<'a, V, <V::DialectMarker as DialectTypes>::Bool, Null, Agg>where
V: SQLParam + 'a,
V::DialectMarker: PostgresAggregateSupport,
E: Expr<'a, V>,
E::SQLType: BooleanAggregatePolicy<V::DialectMarker>,Expand description
BOOL_OR - true if any non-null input is true (PostgreSQL).