macro_rules! with_match_physical_numeric_polars_type {
    (
    $key_type:expr, | $_:tt $T:ident | $($body:tt)*
) => { ... };
}