polars_lazy::dsl

Function all

Source
pub fn all() -> Expr
Expand description

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