polars_lazy::dsl

Function all

pub fn all() -> Expr
Expand description

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