polars
0.40.0
In polars::prelude
Function
polars
::
prelude
::
all
Copy item path
[
−
]
pub fn all() ->
Expr
Available on
crate feature
lazy
only.
Expand description
Selects all columns. Shorthand for
col("*")
.