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

Method with_runtime

datafusion/execution/src/task.rs:166–169  ·  view source on GitHub ↗

Update the [`RuntimeEnv`]

(mut self, runtime: Arc<RuntimeEnv>)

Source from the content-addressed store, hash-verified

164
165 /// Update the [`RuntimeEnv`]
166 pub fn with_runtime(mut self, runtime: Arc<RuntimeEnv>) -> Self {
167 self.runtime = runtime;
168 self
169 }
170}
171
172impl FunctionRegistry for TaskContext {

Calls

no outgoing calls