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