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

Method start_cluster

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

write out the start of the subgraph cluster

(&mut self, f: &mut fmt::Formatter, title: &str)

Source from the content-addressed store, hash-verified

50
51 // write out the start of the subgraph cluster
52 pub fn start_cluster(&mut self, f: &mut fmt::Formatter, title: &str) -> fmt::Result {
53 writeln!(f, " subgraph cluster_{}", self.next_id())?;
54 writeln!(f, " {{")?;
55 writeln!(f, " graph[label={}]", Self::quoted(title))
56 }
57
58 // write out the end of the subgraph cluster
59 pub fn end_cluster(&mut self, f: &mut fmt::Formatter) -> fmt::Result {

Callers 1

pre_visit_planMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected