pub fn group_array_if<E: Expression, C: Expression<Output = bool>>(
expr: E,
condition: C,
) -> GroupArrayIfExpr<E, C>Expand description
groupArrayIf(expr, condition) - collect values where condition is true
pub fn group_array_if<E: Expression, C: Expression<Output = bool>>(
expr: E,
condition: C,
) -> GroupArrayIfExpr<E, C>groupArrayIf(expr, condition) - collect values where condition is true