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

Method Quantile

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

Source from the content-addressed store, hash-verified

398}
399
400double TDigest::Quantile(double q) const {
401 MergeInput();
402 return impl_->Quantile(q);
403}
404
405double TDigest::Mean() const {
406 MergeInput();

Callers 7

quantile_latencyMethod · 0.45
TESTFunction · 0.45
TestRandomFunction · 0.45
TestMergeFunction · 0.45
BenchmarkTDigestFunction · 0.45
FinalizeMethod · 0.45
FinalizeMethod · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TestRandomFunction · 0.36
TestMergeFunction · 0.36