Function arrow::util::data_gen::create_random_batch[][src]

pub fn create_random_batch(
    schema: SchemaRef,
    size: usize,
    null_density: f32,
    true_density: f32
) -> Result<RecordBatch>
Expand description

Create a random RecordBatch from a schema