Function sum_horizontal

Source
pub fn sum_horizontal(
    exprs: Vec<PyExpr>,
    ignore_nulls: bool,
) -> PyResult<PyExpr>