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