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

Method name

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

Returns the name associated with this allocation

(&self)

Source from the content-addressed store, hash-verified

331
332 /// Returns the name associated with this allocation
333 pub fn name(&self) -> &str {
334 &self.name
335 }
336
337 /// Registers this [`MemoryConsumer`] with the provided [`MemoryPool`] returning
338 /// a [`MemoryReservation`] that can be used to grow or shrink the memory reservation

Callers 4

register_udafMethod · 0.45
register_udwfMethod · 0.45
register_udfMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected