macro_rules! cte_select_cols {
($builder:expr $(, $col:expr)* $(,)?) => { ... };
}Expand description
为 CTEBuilder::select 提供 Go 风格的可变参数调用。
macro_rules! cte_select_cols {
($builder:expr $(, $col:expr)* $(,)?) => { ... };
}为 CTEBuilder::select 提供 Go 风格的可变参数调用。