Macro catalog::memory_table_cols

source ยท
macro_rules! memory_table_cols {
    ([$($colname:ident),*], $t:expr) => { ... };
}