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(function-v2): add tuple() and get() for tuple #8372

Merged
merged 17 commits into from
Oct 21, 2022

Conversation

andylokandy
Copy link
Collaborator

@andylokandy andylokandy commented Oct 20, 2022

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

Summary

newly supported syntaxes:

SELECT (1, 2, col_a, 'str');
SELECT (1, (2, 3));
SELECT ('a', 'b').1;  -- 'a'

related to #6547

@vercel
Copy link

vercel bot commented Oct 20, 2022

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

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Oct 21, 2022 at 3:06PM (UTC)

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Oct 20, 2022
@andylokandy andylokandy requested review from sundy-li and b41sh and removed request for sundy-li October 20, 2022 16:13
@andylokandy
Copy link
Collaborator Author

@mergify update

@mergify
Copy link
Contributor

mergify bot commented Oct 21, 2022

update

☑️ Nothing to do

  • #commits-behind>0 [:pushpin: update requirement]
  • -closed [:pushpin: update requirement]

@andylokandy andylokandy merged commit 4eb89bf 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.

3 participants