Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_statistics
Method · 0.80
combine_bernoullis
Function · 0.80
try_from
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected