Function polars_lazy::dsl::functions::all

pub fn all() -> Expr
Expand description

Selects all columns. Shorthand for col("*").