Skip to main content

equal

Function equal 

Source
pub fn equal(stats: Option<&ColumnStats>, value: &Value) -> f64
Expand 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.