Function all_logical_table_routes_have_same_physical_id

Source
pub(crate) async fn all_logical_table_routes_have_same_physical_id(
    table_route_manager: &TableRouteManager,
    table_ids: &[TableId],
    physical_table_id: TableId,
) -> Result<bool>
Expand description

Checks if all the logical table routes have the same physical table id.