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

Method memory_pool

datafusion/execution/src/task.rs:134–136  ·  view source on GitHub ↗

Return the [`MemoryPool`] associated with this [TaskContext]

(&self)

Source from the content-addressed store, hash-verified

132
133 /// Return the [`MemoryPool`] associated with this [TaskContext]
134 pub fn memory_pool(&self) -> &Arc<dyn MemoryPool> {
135 &self.runtime.memory_pool
136 }
137
138 /// Return the [RuntimeEnv] associated with this [TaskContext]
139 pub fn runtime_env(&self) -> Arc<RuntimeEnv> {

Callers 15

executeMethod · 0.80
newMethod · 0.80
executeMethod · 0.80
newMethod · 0.80
newMethod · 0.80
consume_input_streamsMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
initiate_fallbackMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls