mz_transform::analysis::cardinality

Constant 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.