Returns a reference to the inner [`SessionContext`].
(&self)
| 183 | |
| 184 | /// Returns a reference to the inner [`SessionContext`]. |
| 185 | pub fn ctx(&self) -> &SessionContext { |
| 186 | &self.ctx |
| 187 | } |
| 188 | |
| 189 | /// Registers a temporary in-memory table or view. |
| 190 | /// |
no outgoing calls