polars_lazy
0.40.0
In polars_lazy::dsl::functions
Function
polars_lazy
::
dsl
::
functions
::
all
Copy item path
[
−
]
pub fn all() ->
Expr
Expand description
Selects all columns. Shorthand for
col("*")
.