Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ set_mode
Method
set_mode
datafusion/execution/src/disk_manager.rs:55–57 ·
view source on GitHub ↗
(&mut self, mode: DiskManagerMode)
Source
from the content-addressed store, hash-verified
53
54
impl DiskManagerBuilder {
55
pub fn set_mode(&mut self, mode: DiskManagerMode) {
56
self.mode = mode;
57
}
58
59
pub fn with_mode(mut self, mode: DiskManagerMode) -> Self {
60
self.set_mode(mode);
Callers
1
with_mode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected