Function mz_expr::scalar::func::date_part_timestamp

source ยท
fn date_part_timestamp<'a, T, D>(
    a: Datum<'a>,
    ts: &T,
) -> Result<Datum<'a>, EvalError>
where T: TimestampLike, D: DecimalLike + Into<Datum<'a>>,