MCPcopy Create free account
hub / github.com/apache/datafusion / remove_cte

Method remove_cte

datafusion/sql/src/planner.rs:422–424  ·  view source on GitHub ↗

Remove the plan of CTE / Subquery for the specified name

(&mut self, cte_name: &str)

Source from the content-addressed store, hash-verified

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(

Callers 1

recursive_cteMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected