Return the mutable [`SessionConfig`].
(&mut self)
| 826 | |
| 827 | /// Return the mutable [`SessionConfig`]. |
| 828 | pub fn config_mut(&mut self) -> &mut SessionConfig { |
| 829 | &mut self.config |
| 830 | } |
| 831 | |
| 832 | /// Return the logical optimizers |
| 833 | pub fn optimizers(&self) -> &[Arc<dyn OptimizerRule + Send + Sync>] { |
no outgoing calls