Skip to main content

compute_average_batch_size

Function compute_average_batch_size 

Source
pub(crate) fn compute_average_batch_size(
    estimated_rows_per_batch: impl IntoIterator<Item = usize>,
) -> usize
Expand description

Computes the average estimated rows per batch across multiple range readers.