mz_expr::scalar::func

Function to_char_timestamplike

Source
fn to_char_timestamplike<'a, T>(
    ts: &T,
    format: &str,
    temp_storage: &'a RowArena,
) -> Datum<'a>
where T: TimestampLike,