Function polars::prelude::any_horizontal

pub fn any_horizontal<E>(exprs: E) -> Result<Expr, PolarsError>
where E: AsRef<[Expr]>,
Available on crate feature lazy only.
Expand description

Create a new column with the bitwise-or of the elements in each row.

The name of the resulting column will be “any”; use alias to choose a different name.