Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_batch
Method · 0.80
finish
Method · 0.80
test_disk_usage_basic
Function · 0.80
test_disk_usage_with_clones
Function · 0.80
test_disk_usage_clones_dropped_out_of_order
Function · 0.80
test_disk_usage_multiple_files
Function · 0.80
Calls
1
load
Method · 0.45
Tested by
4
test_disk_usage_basic
Function · 0.64
test_disk_usage_with_clones
Function · 0.64
test_disk_usage_clones_dropped_out_of_order
Function · 0.64
test_disk_usage_multiple_files
Function · 0.64