Function load_table_schemas

Source
async fn load_table_schemas(
    meta_client: &MetaClient,
) -> Result<HashMap<u32, TableCatalog>>
Expand description

Determine all database tables and adds their information into a hash table with the table-ID as key.