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