Skip to content

sql: export function that makes explain from the plan #9

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
Jun 11, 2025

Conversation

askalt
Copy link

@askalt askalt commented Jun 11, 2025

It is need in the situation when there is a custom plan under EXPLAIN and we want plan it to logical plan by ourself and want to wrap it with explain node the same way as DF does.

@github-actions github-actions bot added the sql label Jun 11, 2025
@askalt askalt force-pushed the askalt/make-explain-to-plan-pub branch from 5b1f8fc to af6161b Compare June 11, 2025 08:33
It is need in the situation when there is a custom plan under `EXPLAIN`
and we want plan it to logical plan by ourself and want to wrap it
with explain node the same way as DF does.
@askalt askalt force-pushed the askalt/make-explain-to-plan-pub branch from af6161b to b9c1560 Compare June 11, 2025 08:35
@askalt askalt merged commit d6ff3db into release-42.0.0 Jun 11, 2025
42 of 46 checks passed
@askalt askalt deleted the askalt/make-explain-to-plan-pub branch July 8, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant