pub type TableMap<V> = MapUnionHashMap<TableName, Table<V>>;
A map from table names to tables.
struct TableMap<V>(/* private fields */);