polars_lazy::dsl::functions

Function all

pub fn all() -> Expr
Expand description

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