-
Notifications
You must be signed in to change notification settings - Fork 761
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: support intdiv
operator //
#11527
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@gitccl Thanks for your contribution. There are some errors in workflow, please try fixing them first.It seems that there is no actual calculated code. Here are some links that may be helpful: |
The |
Yes, you're right, it's already registered as an alias, so there's no need to rewrite the calculation logic. |
to regenerate the golden files. |
* feat: support `intdiv` operator `//` * docs: add intdiv operator * fix: fix unit test --------- Co-authored-by: sundyli <543950155@qq.com>
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Support
intdiv
operator//
.Closes #11516