arrow::util::bench_util

Function create_month_day_nano_array_with_seed

Source
pub fn create_month_day_nano_array_with_seed(
    size: usize,
    null_density: f32,
    seed: u64,
) -> IntervalMonthDayNanoArray
Expand description

Creates a PrimitiveArray of a given size and null_density filling it with random IntervalMonthDayNano generated using the provided seed.