MCPcopy Create free account
hub / github.com/apache/datafusion / runtime_env

Method runtime_env

datafusion/core/src/execution/context/mod.rs:546–548  ·  view source on GitHub ↗

Return the [RuntimeEnv] used to run queries with this `SessionContext`

(&self)

Source from the content-addressed store, hash-verified

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 {

Callers 15

register_object_storeMethod · 0.45
set_runtime_variableMethod · 0.45
invalidate_cachesMethod · 0.45
_read_typeMethod · 0.45

Calls 1

readMethod · 0.80