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