MCPcopy 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 ///

Calls 1

as_refMethod · 0.45