Get the schema for this execution plan
(&self)
| 141 | |
| 142 | /// Get the schema for this execution plan |
| 143 | fn schema(&self) -> SchemaRef { |
| 144 | Arc::clone(self.properties().schema()) |
| 145 | } |
| 146 | |
| 147 | /// Return properties of the output of the `ExecutionPlan`, such as output |
| 148 | /// ordering(s), partitioning information etc. |
nothing calls this directly
no test coverage detected