Returns the [`Optimizer`] for this session
(&self)
| 631 | |
| 632 | /// Returns the [`Optimizer`] for this session |
| 633 | pub fn optimizer(&self) -> &Optimizer { |
| 634 | &self.optimizer |
| 635 | } |
| 636 | |
| 637 | /// Returns the [`ExprPlanner`]s for this session |
| 638 | pub fn expr_planners(&self) -> &[Arc<dyn ExprPlanner>] { |
no outgoing calls
no test coverage detected