pub trait PrimitiveArrayTrait: Array { // Provided method 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.
NativePType
maybe_null_slice
into_maybe_null_slice