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

Method can_spill

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

Returns true if this allocation can spill to disk

(&self)

Source from the content-addressed store, hash-verified

326
327 /// Returns true if this allocation can spill to disk
328 pub fn can_spill(&self) -> bool {
329 self.can_spill
330 }
331
332 /// Returns the name associated with this allocation
333 pub fn name(&self) -> &str {

Callers 1

registerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected