Function polars_lazy::dsl::functions::all

source ·
pub fn all() -> Expr
Expand description

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