polars
0.40.0
AsList
Required Methods
as_list
Implementors
In polars::prelude
Trait
polars
::
prelude
::
AsList
Copy item path
source
·
[
−
]
pub trait AsList { // Required method fn
as_list
(&self) -> &
ChunkedArray
<
ListType
>; }
Available on
crate feature
polars-ops
only.
Required Methods
§
source
fn
as_list
(&self) -> &
ChunkedArray
<
ListType
>
Implementors
§
source
§
impl
AsList
for
ChunkedArray
<
ListType
>