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

pub fn create_primitive_array<T>(
    size: usize,
    null_density: f32
) -> PrimitiveArray<T> where
    T: ArrowPrimitiveType,
    Standard: Distribution<T::Native>, 
Expand description

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