Skip to main content

bfs_traversal

Function bfs_traversal 

Source
pub fn bfs_traversal(
    conn: &Connection,
    start_id: i64,
    query: TraversalQuery,
) -> Result<Vec<TraversalNode>>
Expand description

BFS traversal from a starting entity

Returns all reachable entities within max_depth, with their depth information.