cockroachdb / cockroachdb/cockroach
tree: try moving some sub-walks from ExtendedVisitor to Visitor
Open
C-cleanup
T-sql-queries
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
In #161773 we're adding some missing sub-walks for mutation statements to walk.go. Out of an abundance of caution I made these sub-walks ExtendedVisitor-only. This issue is about moving those sub-walks to Visitor as well.
Jira issue: CRDB-59197
Contributor guide
Assessment
This issue has not been assessed yet.