MCPcopy 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

GetMinMaxMethod · 0.50
GetMinMaxSpacedMethod · 0.50
GetMinMaxBinaryHelperFunction · 0.50

Calls 1

QuantileFunction · 0.85

Tested by

no test coverage detected