Function polars::prelude::all

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

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