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

Function Min

cpp/src/arrow/util/tdigest_internal.h:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 double Quantile(double q) const;
83
84 double Min() const { return Quantile(0); }
85 double Max() const { return Quantile(1); }
86 double Mean() const;
87

Callers 3

GetMinMaxMethod · 0.50
GetMinMaxSpacedMethod · 0.50
GetMinMaxBinaryHelperFunction · 0.50

Calls 1

QuantileFunction · 0.85

Tested by

no test coverage detected