Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ inner
Method
inner
datafusion/execution/src/disk_manager.rs:393–395 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
391
}
392
393
pub fn inner(&self) -> &NamedTempFile {
394
self.tempfile.as_ref()
395
}
396
397
/// Updates the global disk usage counter after modifications to the underlying file.
398
///
Callers
4
test_disk_usage_basic
Function · 0.45
test_disk_usage_with_clones
Function · 0.45
test_disk_usage_clones_dropped_out_of_order
Function · 0.45
test_disk_usage_multiple_files
Function · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
4
test_disk_usage_basic
Function · 0.36
test_disk_usage_with_clones
Function · 0.36
test_disk_usage_clones_dropped_out_of_order
Function · 0.36
test_disk_usage_multiple_files
Function · 0.36