polars_
lazy
0.44.2
In polars_
lazy::
dsl
polars_lazy
::
dsl
Function
all
Copy item path
pub fn all() ->
Expr
Expand description
Selects all columns. Shorthand for
col("*")
.