☰
ArrowArray
Implementations on Foreign Types
BooleanArray
ListArray<i64>
PrimitiveArray<T>
Utf8Array<i64>
Implementors
In polars_arrow::is_valid
?
Trait
polars_arrow
::
is_valid
::
ArrowArray
source
·
[
−
]
pub trait ArrowArray:
Array
{ }
Implementations on Foreign Types
source
impl
ArrowArray
for
Utf8Array
<
i64
>
source
impl<T:
NativeType
>
ArrowArray
for
PrimitiveArray
<T>
source
impl
ArrowArray
for
BooleanArray
source
impl
ArrowArray
for
ListArray
<
i64
>
Implementors