MCPcopy 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

setup_contextFunction · 0.45
newMethod · 0.45
new_from_constraintsMethod · 0.45

Calls

no outgoing calls

Tested by 3

setup_contextFunction · 0.36
newMethod · 0.36