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.
pub fn higher_order_bfs(
conn: &Connection,
start_id: i64,
max_depth: u32,
min_arity: Option<usize>,
) -> Result<Vec<TraversalNode>>Higher-order BFS traversal through hyperedges.