MCPcopy 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
388impl 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_pathsMethod · 0.45
lazy_temp_dir_creationFunction · 0.45
local_dir_snapshotFunction · 0.45
file_in_right_dirFunction · 0.45

Calls

no outgoing calls