pub fn opts2array_default<I, T>(nat: I) -> PrimitiveArray<T>where I: Iterator<Item = Option<T::Native>>, T: ArrowPrimitiveType,