Remove the plan of CTE / Subquery for the specified name
(&mut self, cte_name: &str)
| 420 | |
| 421 | /// Remove the plan of CTE / Subquery for the specified name |
| 422 | pub(super) fn remove_cte(&mut self, cte_name: &str) { |
| 423 | self.ctes.remove(cte_name); |
| 424 | } |
| 425 | |
| 426 | /// Sets the left-most set expression schema, returning the previous value |
| 427 | pub(super) fn set_set_expr_left_schema( |