Skip to main content

boxed_nullable

Function boxed_nullable 

Source
pub fn boxed_nullable<GT, N, T>(len: Range<usize>, el: GT) -> ArrowSampler
where GT: Sample<Output = Option<N>> + Send + Sync + Clone + 'static, N: Clone + Send + Sync + 'static, T: ArrowPrimitiveType + Send + Sync + 'static, T::Native: From<N>,