Function polars_lazy::dsl::all

pub fn all() -> Expr
Expand description

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