Module datafusion::logical_expr::logical_plan::tree_node

source ·
Expand description

TreeNode based visiting and rewriting for LogicalPlans

Visiting (read only) APIs

Rewriting (update) APIs:

(Re)creation APIs (these require substantial cloning and thus are slow):

Functions§

  • Converts a Arc<LogicalPlan> without copying, if possible. Copies the plan if there is a shared reference