pub fn create(num_cols: u32) -> InMemory
Create an in-memory database with the given number of columns. Columns will be indexable by 0..num_cols
num_cols