Function date_part_time_numeric

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