polars_plan::dsl::functions

Function all

Source
pub fn all() -> Expr
Expand description

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