Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Max
Function
Max
cpp/src/arrow/util/tdigest_internal.h:85–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
double Min() const { return Quantile(0); }
85
double Max() const { return Quantile(1); }
86
double Mean() const;
87
88
// check if this tdigest contains no valid data points
Callers
3
GetMinMax
Method · 0.50
GetMinMaxSpaced
Method · 0.50
GetMinMaxBinaryHelper
Function · 0.50
Calls
1
Quantile
Function · 0.85
Tested by
no test coverage detected