pub fn equal(stats: Option<&ColumnStats>, value: &Value) -> f64Expand description
col = value. With stats, returns (1 / n_distinct) × (1 - null_frac) when value lies in the histogram range, else
scales down by an order of magnitude for out-of-range
extrapolation. Without stats, returns DEFAULT_EQ.