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

Method plan

datafusion/sql/src/relation/mod.rs:49–51  ·  view source on GitHub ↗
(&mut self, relation: TableFactor)

Source from the content-addressed store, hash-verified

47 }
48
49 fn plan(&mut self, relation: TableFactor) -> Result<LogicalPlan> {
50 self.planner.create_relation(relation, self.planner_context)
51 }
52
53 fn sql_to_expr(
54 &mut self,

Callers

nothing calls this directly

Calls 1

create_relationMethod · 0.80

Tested by

no test coverage detected