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

Method Mean

cpp/src/arrow/util/tdigest.cc:405–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405double TDigest::Mean() const {
406 MergeInput();
407 return impl_->Mean();
408}
409
410bool TDigest::is_empty() const {
411 return input_.size() == 0 && impl_->total_weight() == 0;

Callers 1

mean_latencyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected