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

Method positive_tail

datafusion/expr-common/src/statistics.rs:414–416  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

412 }
413
414 pub fn positive_tail(&self) -> bool {
415 self.positive_tail
416 }
417
418 pub fn mean(&self) -> Result<ScalarValue> {
419 // TODO: Should we ensure that this always returns a real number data type?

Callers 2

evaluate_statisticsMethod · 0.80
try_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected