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

Method register

datafusion/execution/src/memory_pool/pool.rs:207–211  ·  view source on GitHub ↗
(&self, consumer: &MemoryConsumer)

Source from the content-addressed store, hash-verified

205 }
206
207 fn register(&self, consumer: &MemoryConsumer) {
208 if consumer.can_spill {
209 self.state.lock().num_spill += 1;
210 }
211 }
212
213 fn unregister(&self, consumer: &MemoryConsumer) {
214 if consumer.can_spill {

Calls 5

idMethod · 0.80
can_spillMethod · 0.80
insertMethod · 0.45
to_stringMethod · 0.45
nameMethod · 0.45