Return the output schema of the plan build so far
(&self)
| 153 | |
| 154 | /// Return the output schema of the plan build so far |
| 155 | pub fn schema(&self) -> &DFSchemaRef { |
| 156 | self.plan.schema() |
| 157 | } |
| 158 | |
| 159 | /// Return the LogicalPlan of the plan build so far |
| 160 | pub fn plan(&self) -> &LogicalPlan { |
no outgoing calls