MCPcopy Create free account
hub / github.com/apache/arrow / MergeFrom

Method MergeFrom

cpp/src/arrow/compute/kernels/aggregate_var_std_internal.h:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 void MergeFrom(int level, const Moments& other) { *this = Merge(level, *this, other); }
115
116 static Moments Merge(int level, const Moments& a, const Moments& b) {
117 using ::arrow::internal::NeumaierSum;

Callers

nothing calls this directly

Calls 1

MergeFunction · 0.85

Tested by

no test coverage detected