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
fn create_in_progress_array(
data_type: &DataType,
batch_size: usize,
) -> Box<dyn InProgressArray>
Return a new InProgressArray
for the given data type