Function polars_plan::dsl::functions::all

source ยท
pub fn all() -> Expr
Expand description

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