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

Method get_count

datafusion/functions-aggregate/src/variance.rs:285–287  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

283 }
284
285 pub fn get_count(&self) -> u64 {
286 self.count
287 }
288
289 pub fn get_mean(&self) -> f64 {
290 self.mean

Callers 1

evaluateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected