Skip to content
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

feature(planner): Introduce serializable physical plan #6191

Merged
merged 7 commits into from
Jun 24, 2022

Conversation

leiysky
Copy link
Contributor

@leiysky leiysky commented Jun 24, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Introduce a serializable physical plan, which is similar to PlanNode but without Expression inside.

Also support result set with duplicated column names as:

mysql> select 3 as a, 4 as a;
+------+------+
| a    | a    |
+------+------+
|    3 |    4 |
+------+------+
1 row in set (0.01 sec)
Read 1 rows, 1.00 B in 0.002 sec., 523.95 rows/sec., 523.95 B/sec.

Changelog

  • New Feature

Related Issues

Close #6081

@vercel
Copy link

vercel bot commented Jun 24, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
databend ✅ Ready (Inspect) Visit Preview Jun 24, 2022 at 10:50AM (UTC)

@mergify
Copy link
Contributor

mergify bot commented Jun 24, 2022

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Jun 24, 2022
@mergify
Copy link
Contributor

mergify bot commented Jun 24, 2022

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

@leiysky
Copy link
Contributor Author

leiysky commented Jun 24, 2022

@mergify update

@mergify
Copy link
Contributor

mergify bot commented Jun 24, 2022

update

✅ Branch has been successfully updated

@leiysky leiysky merged commit 19ad44a into databendlabs:main Jun 24, 2022
@leiysky leiysky deleted the serializable-ir branch June 24, 2022 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-review pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Serializable physical plan for new planner
4 participants