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

Method with_mode

datafusion/execution/src/disk_manager.rs:59–62  ·  view source on GitHub ↗
(mut self, mode: DiskManagerMode)

Source from the content-addressed store, hash-verified

57 }
58
59 pub fn with_mode(mut self, mode: DiskManagerMode) -> Self {
60 self.set_mode(mode);
61 self
62 }
63
64 pub fn set_max_temp_directory_size(&mut self, value: u64) {
65 self.max_temp_directory_size = value;

Calls 1

set_modeMethod · 0.80