Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Q
Method
Q
cpp/src/arrow/util/tdigest.cc:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
double K(double q) const { return delta_norm * q; }
58
double Q(double k) const { return k / delta_norm; }
59
60
const double delta_norm;
61
};
Callers
1
Add
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected