Traitsยง
- Expr
Rewritable - Rewrites expressions in a
PlanRef. Due toShareoperator, theExprRewriterneeds to be idempotent i.e., applying it more than once to the sameExprImplwill be a noop on subsequent applications.rewrite_exprsshould only return a plan with the given node modified. To rewrite recursively, callrewrite_exprs_recursive.