MCPcopy Create free account
hub / github.com/apache/datafusion / resize

Method resize

datafusion/functions-aggregate/src/variance.rs:439–443  ·  view source on GitHub ↗
(&mut self, total_num_groups: usize)

Source from the content-addressed store, hash-verified

437 }
438
439 fn resize(&mut self, total_num_groups: usize) {
440 self.m2s.resize(total_num_groups, 0.0);
441 self.means.resize(total_num_groups, 0.0);
442 self.counts.resize(total_num_groups, 0);
443 }
444
445 fn merge<F>(
446 group_indices: &[usize],

Callers 15

update_batchMethod · 0.45
merge_batchMethod · 0.45
update_batchMethod · 0.45
update_batchMethod · 0.45
merge_batchMethod · 0.45
update_batchMethod · 0.45
merge_batchMethod · 0.45
update_batchMethod · 0.45
update_batchMethod · 0.45
merge_batchMethod · 0.45
update_batchMethod · 0.45

Calls

no outgoing calls