arrow::util::bench_util

Function create_boolean_array

Source
pub fn create_boolean_array(
    size: usize,
    null_density: f32,
    true_density: f32,
) -> BooleanArray
Expand description

Creates a random (but fixed-seeded) array of a given size and null density