Function date_part_interval_numeric

Source
fn date_part_interval_numeric(
    units: &str,
    b: Interval,
) -> Result<Numeric, EvalError>