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

Method unregister

datafusion/execution/src/memory_pool/mod.rs:198–198  ·  view source on GitHub ↗

Records the destruction of a [`MemoryReservation`] with [`MemoryConsumer`] Note: Prior calls to [`Self::shrink`] must be made to free any reserved memory

(&self, _consumer: &MemoryConsumer)

Source from the content-addressed store, hash-verified

196 ///
197 /// Note: Prior calls to [`Self::shrink`] must be made to free any reserved memory
198 fn unregister(&self, _consumer: &MemoryConsumer) {}
199
200 /// Infallibly grow the provided `reservation` by `additional` bytes
201 ///

Callers 1

dropMethod · 0.45

Implementers 2

pool.rsdatafusion/execution/src/memory_pool/p
arrow.rsdatafusion/execution/src/memory_pool/a

Calls

no outgoing calls

Tested by

no test coverage detected