Trait vortex_array::variants::PrimitiveArrayTrait

source ·
pub trait PrimitiveArrayTrait: ArrayTrait {
    // Provided method
    fn ptype(&self) -> PType { ... }
}

Provided Methods§

source

fn ptype(&self) -> PType

The logical primitive type of the array.

This is a type that can safely be converted into a NativePType for use in maybe_null_slice or into_maybe_null_slice.

Implementors§