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

Method set_with_schema

datafusion/expr/src/logical_plan/display.rs:153–155  ·  view source on GitHub ↗

Sets a flag which controls if the output schema is displayed

(&mut self, with_schema: bool)

Source from the content-addressed store, hash-verified

151
152 /// Sets a flag which controls if the output schema is displayed
153 pub fn set_with_schema(&mut self, with_schema: bool) {
154 self.with_schema = with_schema;
155 }
156
157 pub fn pre_visit_plan(&mut self, label: &str) -> fmt::Result {
158 self.graphviz_builder.start_cluster(self.f, label)

Callers 1

fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected