Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ with_mode
Method
with_mode
datafusion/common/src/functional_dependencies.rs:174–177 ·
view source on GitHub ↗
(mut self, mode: Dependency)
Source
from the content-addressed store, hash-verified
172
}
173
174
pub fn with_mode(mut self, mode: Dependency) -> Self {
175
self.mode = mode;
176
self
177
}
178
}
179
180
/// This object encapsulates all functional dependencies in a given relation.
Callers
6
test_filtered_join_spill_fuzz
Function · 0.45
setup_context
Function · 0.45
new
Method · 0.45
new_from_constraints
Method · 0.45
project_functional_dependencies
Method · 0.45
aggregate_functional_dependencies
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_filtered_join_spill_fuzz
Function · 0.36
setup_context
Function · 0.36
new
Method · 0.36