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

Method analyze

datafusion/optimizer/src/analyzer/function_rewrite.rs:87–90  ·  view source on GitHub ↗
(&self, plan: LogicalPlan, options: &ConfigOptions)

Source from the content-addressed store, hash-verified

85 }
86
87 fn analyze(&self, plan: LogicalPlan, options: &ConfigOptions) -> Result<LogicalPlan> {
88 plan.transform_up_with_subqueries(|plan| self.rewrite_plan(plan, options))
89 .map(|res| res.data)
90 }
91}

Callers

nothing calls this directly

Calls 3

mapMethod · 0.45
rewrite_planMethod · 0.45

Tested by

no test coverage detected