Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
400
double TDigest::Quantile(double q) const {
401
MergeInput();
402
return impl_->Quantile(q);
403
}
404
405
double TDigest::Mean() const {
406
MergeInput();
Callers
7
quantile_latency
Method · 0.45
TEST
Function · 0.45
TestRandom
Function · 0.45
TestMerge
Function · 0.45
BenchmarkTDigest
Function · 0.45
Finalize
Method · 0.45
Finalize
Method · 0.45
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.36
TestRandom
Function · 0.36
TestMerge
Function · 0.36