macro_rules! static_join_using {
($first:literal) => { ... };
($first:literal, $($column:literal),* $(,)?) => { ... };
}Expand description
Comma separated list of shared column names
macro_rules! static_join_using {
($first:literal) => { ... };
($first:literal, $($column:literal),* $(,)?) => { ... };
}Comma separated list of shared column names