Function mz_expr::func::cast_timestamp_to_mz_timestamp

source ·
pub fn cast_timestamp_to_mz_timestamp<'a>(
    a: CheckedTimestamp<NaiveDateTime>
) -> Result<Timestamp, EvalError>