Function list_table_catalogs_inner

Source
async fn list_table_catalogs_inner(
    metadata_manager: &MetadataManager,
    table_type: TableType,
) -> Result<Json<Vec<Table>>, DashboardError>