pub fn between(
stats: Option<&ColumnStats>,
low: &Value<'_>,
high: &Value<'_>,
) -> f64Expand description
col BETWEEN low AND high — convenience for the inclusive
double-bounded shape. Equivalent to range with both
bounds set and inclusive.