cockroachdb / cockroachdb/cockroach
sql: implement DELETE BATCH plan
Open
A-sql-execution
A-sql-optimizer
C-enhancement
T-sql-foundations
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Add the plumbing between the parser output and the `sql.planNode` where the job will be started.
Pass the original `*tree.Delete` pointer to the new `sql.planNode`. It will be converted into the job input in a separate PR.
Jira issue: CRDB-29166
Epic CRDB-456
Contributor guide
Assessment
This issue has not been assessed yet.