risingwave_frontend::utils::stream_graph_formatter

Function build_graph_from_pretty

source
pub fn build_graph_from_pretty(
    pretty: &Pretty<'_>,
    graph: &mut Graph<String, String>,
    nodes: &mut HashMap<String, NodeIndex>,
    parent_label: Option<&str>,
)