polars::prelude

Function all

pub fn all() -> Expr
Available on crate feature lazy only.
Expand description

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