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

Method used

datafusion/execution/src/memory_pool/arrow.rs:75–77  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

73 }
74
75 fn used(&self) -> usize {
76 self.inner.reserved()
77 }
78
79 fn capacity(&self) -> usize {
80 match self.inner.memory_limit() {

Callers 1

availableMethod · 0.45

Calls 1

reservedMethod · 0.80

Tested by

no test coverage detected