Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ path
Method
path
datafusion/execution/src/disk_manager.rs:389–391 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
387
388
impl RefCountedTempFile {
389
pub fn path(&self) -> &Path {
390
self.tempfile.path()
391
}
392
393
pub fn inner(&self) -> &NamedTempFile {
394
self.tempfile.as_ref()
Callers
5
temp_dir_paths
Method · 0.45
lazy_temp_dir_creation
Function · 0.45
local_dir_snapshot
Function · 0.45
file_in_right_dir
Function · 0.45
test_temp_file_still_alive_after_disk_manager_dropped
Function · 0.45
Calls
no outgoing calls
Tested by
3
lazy_temp_dir_creation
Function · 0.36
file_in_right_dir
Function · 0.36
test_temp_file_still_alive_after_disk_manager_dropped
Function · 0.36