Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ post_visit_plan
Method
post_visit_plan
datafusion/expr/src/logical_plan/display.rs:161–163 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
159
}
160
161
pub fn post_visit_plan(&mut self) -> fmt::Result {
162
self.graphviz_builder.end_cluster(self.f)
163
}
164
165
pub fn start_graph(&mut self) -> fmt::Result {
166
self.graphviz_builder.start_graph(self.f)
Callers
1
fmt
Method · 0.80
Calls
1
end_cluster
Method · 0.80
Tested by
no test coverage detected