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

Method functional_dependencies

datafusion/common/src/dfschema.rs:881–883  ·  view source on GitHub ↗

Get functional dependencies

(&self)

Source from the content-addressed store, hash-verified

879
880 /// Get functional dependencies
881 pub fn functional_dependencies(&self) -> &FunctionalDependencies {
882 &self.functional_dependencies
883 }
884
885 /// Iterate over the qualifiers and fields in the DFSchema
886 pub fn iter(&self) -> impl Iterator<Item = (Option<&TableReference>, &FieldRef)> {

Callers 12

try_newMethod · 0.80
is_scalarMethod · 0.80
build_join_schemaFunction · 0.80
sql_function_to_exprMethod · 0.80
rewriteMethod · 0.80
optimize_projectionsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected