(mut self, expr_planners: Vec<Arc<dyn ExprPlanner>>)
| 850 | } |
| 851 | |
| 852 | fn with_expr_planners(mut self, expr_planners: Vec<Arc<dyn ExprPlanner>>) -> Self { |
| 853 | self.expr_planners = expr_planners; |
| 854 | self |
| 855 | } |
| 856 | |
| 857 | fn with_schema(mut self, name: impl Into<String>, schema: Schema) -> Self { |
| 858 | self.tables.insert( |