MCPcopy Create free account
hub / github.com/apache/datafusion / add_edge

Method add_edge

datafusion/common/src/display/graphviz.rs:94–104  ·  view source on GitHub ↗
(
        &self,
        f: &mut fmt::Formatter,
        from_id: usize,
        to_id: usize,
    )

Source from the content-addressed store, hash-verified

92 }
93
94 pub fn add_edge(
95 &self,
96 f: &mut fmt::Formatter,
97 from_id: usize,
98 to_id: usize,
99 ) -> fmt::Result {
100 writeln!(
101 f,
102 " {from_id} -> {to_id} [arrowhead=none, arrowtail=normal, dir=back]"
103 )
104 }
105}

Callers 3

mutateMethod · 0.80
f_downMethod · 0.80
pre_visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected