Function create_in_progress_array

Source
fn create_in_progress_array(
    data_type: &DataType,
    batch_size: usize,
) -> Box<dyn InProgressArray>
Expand description

Return a new InProgressArray for the given data type