Skip to content

dml: store source in struct #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 4, 2025
Merged

Conversation

askalt
Copy link

@askalt askalt commented Jul 4, 2025

This patch adds a field dst into struct DmlStatement. No reason to
do it in the other way than for a table scan, where we store the table
source. Whereas storing a dst adds the ability to analyze the table
for which DML operation is performed. It is useful for analyzer/optimizer
passes writing.

This patch adds a field `dst` into struct `DmlStatement`. No reason to
do it in the other way than for a table scan, where we store the table
source. Whereas storing a dst adds the ability to analyze the table
for which DML operation is performed. It is useful for analyzer/optimizer
passes writing.
@askalt askalt force-pushed the askalt/store-source-in-dml branch from 3321c4e to 3605664 Compare July 4, 2025 12:47
@askalt askalt merged commit df5b5dc into release-42.0.0 Jul 4, 2025
42 of 46 checks passed
@askalt askalt deleted the askalt/store-source-in-dml branch July 8, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants