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