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

Method runtime_env

datafusion/execution/src/task.rs:139–141  ·  view source on GitHub ↗

Return the [RuntimeEnv] associated with this [TaskContext]

(&self)

Source from the content-addressed store, hash-verified

137
138 /// Return the [RuntimeEnv] associated with this [TaskContext]
139 pub fn runtime_env(&self) -> Arc<RuntimeEnv> {
140 Arc::clone(&self.runtime)
141 }
142
143 pub fn scalar_functions(&self) -> &HashMap<String, Arc<ScalarUDF>> {
144 &self.scalar_functions

Callers 15

json_shreddingFunction · 0.45
adapter_serializationFunction · 0.45
custom_file_castsFunction · 0.45
default_column_valuesFunction · 0.45
scanMethod · 0.45
newMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
test_asyncFunction · 0.45

Calls

no outgoing calls