MCPcopy Create free account
hub / github.com/apache/datafusion / mean

Method mean

datafusion/functions-aggregate-common/src/tdigest.rs:65–67  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

63
64 #[inline]
65 pub fn mean(&self) -> f64 {
66 self.mean
67 }
68
69 #[inline]
70 pub fn weight(&self) -> f64 {

Callers 5

try_fromMethod · 0.45
merge_sorted_f64Method · 0.45
merge_digestsMethod · 0.45
estimate_quantileMethod · 0.45
to_scalar_stateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected