Returns the [`ExprPlanner`]s for this session
(&self)
| 636 | |
| 637 | /// Returns the [`ExprPlanner`]s for this session |
| 638 | pub fn expr_planners(&self) -> &[Arc<dyn ExprPlanner>] { |
| 639 | &self.expr_planners |
| 640 | } |
| 641 | |
| 642 | #[cfg(feature = "sql")] |
| 643 | /// Returns the registered relation planners in priority order. |