Function polars_plan::dsl::functions::any_horizontal
source · pub fn any_horizontal<E: AsRef<[Expr]>>(exprs: E) -> PolarsResult<Expr>
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.