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(query): implement array function slice, remove_fist, remove_last #8326

Merged
merged 3 commits into from
Oct 21, 2022

Conversation

b41sh
Copy link
Member

@b41sh b41sh commented Oct 19, 2022

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

Summary

implement array function array_slice, array_pop_front, array_pop_back
fix StringColumnBuilder append another column with the first offset is not zero.

part of #7931

@b41sh b41sh requested review from andylokandy and TCeason October 19, 2022 15:20
@vercel
Copy link

vercel bot commented Oct 19, 2022

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

Name Status Preview Updated
databend ✅ Ready (Inspect) Visit Preview Oct 21, 2022 at 2:30AM (UTC)

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Oct 19, 2022
@TCeason
Copy link
Collaborator

TCeason commented Oct 19, 2022

So quick 🥳

@b41sh b41sh force-pushed the feat-func-v2-array-1 branch from d23ad62 to 477ce25 Compare October 20, 2022 07:39
@b41sh b41sh changed the title feat(query): implement array function array_slice, array_pop_front, array_pop_back feat(query): implement array function slice, remove_fist, remove_last Oct 20, 2022
@mergify mergify bot merged commit 23c5899 into databendlabs:main Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants