Function sample_arrow2::primitive::boxed_nullable
source · pub fn boxed_nullable<GT, T>(len: Range<usize>, el: GT) -> ArrowSamplerwhere
GT: Sample<Output = Option<T>> + Send + Sync + Clone + 'static,
T: NativeType + Arbitrary,