MCPcopy Create free account
hub / github.com/apache/datafusion / max_temp_directory_size

Method max_temp_directory_size

datafusion/execution/src/disk_manager.rs:268–270  ·  view source on GitHub ↗

Returns the maximum temporary directory size in bytes

(&self)

Source from the content-addressed store, hash-verified

266
267 /// Returns the maximum temporary directory size in bytes
268 pub fn max_temp_directory_size(&self) -> u64 {
269 self.max_temp_directory_size
270 }
271
272 /// Returns the current spilling progress
273 pub fn spilling_progress(&self) -> SpillingProgress {

Callers 1

config_entriesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected