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

Method pre_visit_relation

datafusion/sql/src/resolve.rs:82–84  ·  view source on GitHub ↗
(&mut self, relation: &ObjectName)

Source from the content-addressed store, hash-verified

80 type Break = DataFusionError;
81
82 fn pre_visit_relation(&mut self, relation: &ObjectName) -> ControlFlow<Self::Break> {
83 self.insert_relation(relation)
84 }
85
86 fn pre_visit_query(&mut self, q: &Query) -> ControlFlow<Self::Break> {
87 if let Some(with) = &q.with {

Callers

nothing calls this directly

Calls 1

insert_relationMethod · 0.80

Tested by

no test coverage detected