Skip to main content

merge_partial

Function merge_partial 

Source
pub fn merge_partial(
    stats: &mut ArrayStats,
    min: Option<StatValue>,
    max: Option<StatValue>,
    null_count: u64,
    row_count: u64,
)
Expand description

Merges one chunk’s partial results into an aggregate ArrayStats.