graph_path

Function graph_path 

Source
pub fn graph_path(
    cte_name: &str,
    edges_table: &str,
    from_col: &str,
    to_col: &str,
    start_node: &str,
) -> Cte
Expand description

Create a recursive CTE for graph path finding.