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.
pub fn merge_partial(
stats: &mut ArrayStats,
min: Option<StatValue>,
max: Option<StatValue>,
null_count: u64,
row_count: u64,
)Merges one chunk’s partial results into an aggregate ArrayStats.