polars_
arrow
0.50.0
Into
Boxed
Array
Required Methods
into_boxed
Implementations on Foreign Types
Box<dyn Array>
Implementors
In polars_
arrow::
array
polars_arrow
::
array
Trait
IntoBoxedArray
Copy item path
Source
pub trait IntoBoxedArray { // Required method fn
into_boxed
(self) ->
Box
<dyn
Array
>; }
Required Methods
§
Source
fn
into_boxed
(self) ->
Box
<dyn
Array
>
Implementations on Foreign Types
§
Source
§
impl
IntoBoxedArray
for
Box
<dyn
Array
>
Source
§
fn
into_boxed
(self) ->
Box
<dyn
Array
>
Implementors
§
Source
§
impl<A:
Array
>
IntoBoxedArray
for A