table_route_to_region

Function table_route_to_region 

Source
pub fn table_route_to_region(
    table_route: &PhysicalTableRouteValue,
    table_regions: &[RegionId],
    region_to_peer: &mut Region2Peers,
    peer_to_regions: &mut HashMap<Peer, HashSet<RegionId>>,
)