Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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;
Callers
15
try_new
Method · 0.45
oom
Function · 0.45
test_nlj_memory_limited_no_disk_falls_back_to_oom
Function · 0.45
overallocation_single_batch_no_spill
Function · 0.45
overallocation_multi_batch_no_spill
Function · 0.45
overallocation_single_batch_spill
Function · 0.45
overallocation_multi_batch_spill
Function · 0.45
spill_join_arrays_memory_accounting
Function · 0.45
spill_join_arrays_no_headroom
Function · 0.45
spill_with_filter_deferred
Function · 0.45
spill_with_filter_multi_batch
Function · 0.45
spill_full_join_filter_not_matched
Function · 0.45
Calls
1
set_mode
Method · 0.80
Tested by
15
test_nlj_memory_limited_no_disk_falls_back_to_oom
Function · 0.36
overallocation_single_batch_no_spill
Function · 0.36
overallocation_multi_batch_no_spill
Function · 0.36
overallocation_single_batch_spill
Function · 0.36
overallocation_multi_batch_spill
Function · 0.36
spill_join_arrays_memory_accounting
Function · 0.36
spill_join_arrays_no_headroom
Function · 0.36
spill_with_filter_deferred
Function · 0.36
spill_with_filter_multi_batch
Function · 0.36
spill_full_join_filter_not_matched
Function · 0.36
bitwise_spill_with_filter
Function · 0.36
spill_filtered_boundary_loses_outer_rows
Function · 0.36