macro_rules! join_on { ($builder:expr, $table:expr $(, $expr:expr)* $(,)?) => { ... }; }
为 SelectBuilder::join 提供 Go 风格的可变参数调用。
SelectBuilder::join