Skip to main content

connected_components

Function connected_components 

Source
pub fn connected_components(conn: &Connection) -> Result<Vec<Vec<i64>>>
Expand description

Find weakly connected components

Returns a list of components, each being a list of entity IDs.