Sets a flag which controls if the output schema is displayed
(&mut self, with_schema: bool)
| 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) |