(&mut self, relation: TableFactor)
| 47 | } |
| 48 | |
| 49 | fn plan(&mut self, relation: TableFactor) -> Result<LogicalPlan> { |
| 50 | self.planner.create_relation(relation, self.planner_context) |
| 51 | } |
| 52 | |
| 53 | fn sql_to_expr( |
| 54 | &mut self, |
nothing calls this directly
no test coverage detected