mz_sql::plan::typeconv

Macro casts

Source
macro_rules! casts {
    {
        $(
            $from_to:expr => $cast_context:ident: $cast_template:expr
        ),+
    } => { ... };
}