Return a clone of the outer FROM schema
(&self)
| 359 | |
| 360 | // Return a clone of the outer FROM schema |
| 361 | pub fn outer_from_schema(&self) -> Option<Arc<DFSchema>> { |
| 362 | self.outer_from_schema.clone() |
| 363 | } |
| 364 | |
| 365 | /// Sets the outer FROM schema, returning the existing one, if any |
| 366 | pub fn set_outer_from_schema( |
no test coverage detected