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

Method with_selectivity

datafusion/physical-expr/src/analysis.rs:57–60  ·  view source on GitHub ↗
(mut self, selectivity: f64)

Source from the content-addressed store, hash-verified

55 }
56
57 pub fn with_selectivity(mut self, selectivity: f64) -> Self {
58 self.selectivity = Some(selectivity);
59 self
60 }
61
62 /// Create a new analysis context from column statistics.
63 pub fn try_from_statistics(

Callers 2

analyzeFunction · 0.80
shrink_boundariesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected