Function polars::prelude::all_horizontal  
pub fn all_horizontal<E>(exprs: E) -> Result<Expr, PolarsError>Available on crate feature 
lazy only.Expand description
Create a new column with the bitwise-and of the elements in each row.
The name of the resulting column will be “all”; use alias to choose a different name.