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

Method p_value

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

Source from the content-addressed store, hash-verified

515 }
516
517 pub fn p_value(&self) -> &ScalarValue {
518 &self.p
519 }
520
521 pub fn mean(&self) -> &ScalarValue {
522 &self.p

Callers 3

evaluate_statisticsMethod · 0.80
combine_bernoullisFunction · 0.80
try_fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected