Trait polars_arrow::types::simd::FromMaskChunk
source · pub trait FromMaskChunk<T> {
// Required method
fn from_chunk(v: T) -> Self;
}
Expand description
Describes the ability to convert itself from a BitChunk
.
Required Methods§
sourcefn from_chunk(v: T) -> Self
fn from_chunk(v: T) -> Self
Convert itself from a slice.
Object Safety§
This trait is not object safe.