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

feat(planner): support udf #5751

Merged
merged 6 commits into from
Jun 6, 2022
Merged

feat(planner): support udf #5751

merged 6 commits into from
Jun 6, 2022

Conversation

xudong963
Copy link
Member

@xudong963 xudong963 commented Jun 2, 2022

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

Summary

as the tile

Changelog

  • New Feature

Related Issues

Fixes #5647

@vercel
Copy link

vercel bot commented Jun 2, 2022

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

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Jun 6, 2022 at 5:52AM (UTC)

@xudong963 xudong963 marked this pull request as draft June 2, 2022 10:04
@mergify
Copy link
Contributor

mergify bot commented Jun 2, 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 2, 2022
@xudong963 xudong963 marked this pull request as ready for review June 5, 2022 15:12
};
}

fn clone_expr_with_replacement<F>(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's better to do this with a unified visitor, but we can open another issue for this.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@xudong963 xudong963 merged commit 9860350 into databendlabs:main Jun 6, 2022
@xudong963 xudong963 deleted the udf branch June 6, 2022 06:48
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.

Feature: Implement UDF in new planner
3 participants