pub const WORST_CASE_SELECTIVITY: OrderedFloat<f64>;
Expand description
The default selectivity for predicates we know nothing about.
But see also expr/src/scalar.rs for FilterCharacteristics::worst_case_scaling_factor()
for a more nuanced take.
pub const WORST_CASE_SELECTIVITY: OrderedFloat<f64>;
The default selectivity for predicates we know nothing about.
But see also expr/src/scalar.rs for FilterCharacteristics::worst_case_scaling_factor()
for a more nuanced take.