Trait polars_arrow::types::simd::Simd
source · pub trait Simd: NativeType {
type Simd: NativeSimd<Native = Self>;
}
Expand description
Trait implemented by some NativeType
that have a SIMD representation.
Required Associated Types§
sourcetype Simd: NativeSimd<Native = Self>
type Simd: NativeSimd<Native = Self>
The SIMD type associated with this trait. This type supports SIMD operations
Object Safety§
This trait is not object safe.