Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_from
Method · 0.45
merge_sorted_f64
Method · 0.45
merge_digests
Method · 0.45
estimate_quantile
Method · 0.45
to_scalar_state
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected