Return the [RuntimeEnv] used to run queries with this `SessionContext`
(&self)
| 544 | |
| 545 | /// Return the [RuntimeEnv] used to run queries with this `SessionContext` |
| 546 | pub fn runtime_env(&self) -> Arc<RuntimeEnv> { |
| 547 | Arc::clone(self.state.read().runtime_env()) |
| 548 | } |
| 549 | |
| 550 | /// Returns an id that uniquely identifies this `SessionContext`. |
| 551 | pub fn session_id(&self) -> String { |