(&self)
| 354 | } |
| 355 | |
| 356 | pub fn table_schema(&self) -> Option<DFSchemaRef> { |
| 357 | self.create_table_schema.clone() |
| 358 | } |
| 359 | |
| 360 | // Return a clone of the outer FROM schema |
| 361 | pub fn outer_from_schema(&self) -> Option<Arc<DFSchema>> { |
no test coverage detected