pub fn valid_primitive_len<V>(valid: V) -> ArrowLenSamplerwhere V: Sample<Output = Option<Bitmap>> + SetLen + Clone + 'static,