Function arrow::util::bench_util::create_boolean_array[][src]

pub fn create_boolean_array(
    size: usize,
    null_density: f32,
    true_density: f32
) -> BooleanArray where
    Standard: Distribution<bool>, 
Expand description

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