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

Method pre_visit_plan

datafusion/expr/src/logical_plan/display.rs:157–159  ·  view source on GitHub ↗
(&mut self, label: &str)

Source from the content-addressed store, hash-verified

155 }
156
157 pub fn pre_visit_plan(&mut self, label: &str) -> fmt::Result {
158 self.graphviz_builder.start_cluster(self.f, label)
159 }
160
161 pub fn post_visit_plan(&mut self) -> fmt::Result {
162 self.graphviz_builder.end_cluster(self.f)

Callers 1

fmtMethod · 0.80

Calls 1

start_clusterMethod · 0.80

Tested by

no test coverage detected