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

Method current_disk_usage

datafusion/execution/src/disk_manager.rs:436–438  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

434 }
435
436 pub fn current_disk_usage(&self) -> u64 {
437 self.current_file_disk_usage.load(Ordering::Relaxed)
438 }
439}
440
441/// When the temporary file is dropped, subtract its disk usage from the disk manager's total

Callers 6

append_batchMethod · 0.80
finishMethod · 0.80
test_disk_usage_basicFunction · 0.80

Calls 1

loadMethod · 0.45