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

Method id

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

Return the unique id of this [`MemoryConsumer`]

(&self)

Source from the content-addressed store, hash-verified

316
317 /// Return the unique id of this [`MemoryConsumer`]
318 pub fn id(&self) -> usize {
319 self.id
320 }
321
322 /// Set whether this allocation can be spilled to disk
323 pub fn with_can_spill(self, can_spill: bool) -> Self {

Callers 6

gather_node_indicesMethod · 0.80
registerMethod · 0.80
unregisterMethod · 0.80
growMethod · 0.80
shrinkMethod · 0.80
try_growMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected