mz_expr::scalar::func

Function date_trunc

Source
fn date_trunc<'a, T>(a: Datum<'a>, ts: &T) -> Result<Datum<'a>, EvalError>
where T: TimestampLike,