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

Method rewrite

datafusion/optimizer/src/rewrite_set_comparison.rs:59–65  ·  view source on GitHub ↗
(
        &self,
        plan: LogicalPlan,
        _config: &dyn OptimizerConfig,
    )

Source from the content-addressed store, hash-verified

57 }
58
59 fn rewrite(
60 &self,
61 plan: LogicalPlan,
62 _config: &dyn OptimizerConfig,
63 ) -> Result<Transformed<LogicalPlan>> {
64 plan.transform_up_with_subqueries(|plan| self.rewrite_plan(plan))
65 }
66}
67
68fn rewrite_set_comparison(

Callers

nothing calls this directly

Calls 2

rewrite_planMethod · 0.45

Tested by

no test coverage detected