Skip to main content

date_part_timestamp_timestamp_numeric

Function date_part_timestamp_timestamp_numeric 

Source
fn date_part_timestamp_timestamp_numeric(
    units: &str,
    ts: CheckedTimestamp<NaiveDateTime>,
) -> Result<Numeric, EvalError>