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

Method next_id

datafusion/common/src/display/graphviz.rs:29–32  ·  view source on GitHub ↗

Generate next id in graphviz.

(&mut self)

Source from the content-addressed store, hash-verified

27impl GraphvizBuilder {
28 // Generate next id in graphviz.
29 pub fn next_id(&mut self) -> usize {
30 self.id_gen += 1;
31 self.id_gen
32 }
33
34 // Write out the start of whole graph.
35 pub fn start_graph(&mut self, f: &mut fmt::Formatter) -> fmt::Result {

Callers 2

f_downMethod · 0.80
pre_visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected