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
153689: sql, tree: add InjectHints function r=DrewKimball a=michae2
This PR adds `tree.(*HintInjectionDonor).InjectHints`, which rewrites a target statement with hints copied from a donor statement.
This is based on the last commit of [Drew's plan_hints prototype](#119120) but uses `tree.WalkStmt` instead of creating a new AST-walker.
See individual commits for details.
Informs: #153633
Release note: None
Co-authored-by: Michael Erickson <[email protected]>
0 commit comments