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

Method end_cluster

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

write out the end of the subgraph cluster

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

Source from the content-addressed store, hash-verified

57
58 // write out the end of the subgraph cluster
59 pub fn end_cluster(&mut self, f: &mut fmt::Formatter) -> fmt::Result {
60 writeln!(f, " }}")
61 }
62
63 /// makes a quoted string suitable for inclusion in a graphviz chart
64 pub fn quoted(label: &str) -> String {

Callers 1

post_visit_planMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected