(&self)
| 153 | } |
| 154 | |
| 155 | pub fn window_functions(&self) -> &HashMap<String, Arc<WindowUDF>> { |
| 156 | &self.window_functions |
| 157 | } |
| 158 | |
| 159 | /// Update the [`SessionConfig`] |
| 160 | pub fn with_session_config(mut self, session_config: SessionConfig) -> Self { |
no outgoing calls
no test coverage detected