async fn load_table_schemas( meta_client: &MetaClient, ) -> Result<HashMap<u32, TableCatalog>>
Determine all database tables and adds their information into a hash table with the table-ID as key.