Skip to main content

higher_order_bfs

Function higher_order_bfs 

Source
pub fn higher_order_bfs(
    conn: &Connection,
    start_id: i64,
    max_depth: u32,
    min_arity: Option<usize>,
) -> Result<Vec<TraversalNode>>
Expand description

Higher-order BFS traversal through hyperedges.