Constant mz_transform::analysis::cardinality::WORST_CASE_SELECTIVITY
source ยท 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.