You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I already have implemented ExprRewritable for each plan node, while it lacks a corresponding ExprVisitable to visit plan nodes instead of rewriting them. #13459 has found that ExprRewritable is related costly. If we can visit the plan node to check whether we actually need to rewrite exprs we can save CPU cost.
Is your feature request related to a problem? Please describe.
I already have implemented
ExprRewritable
for each plan node, while it lacks a correspondingExprVisitable
to visit plan nodes instead of rewriting them. #13459 has found thatExprRewritable
is related costly. If we can visit the plan node to check whether we actually need to rewrite exprs we can save CPU cost.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: