-
Notifications
You must be signed in to change notification settings - Fork 753
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 arithmetic functions for Date
and Timestamp
.
#8202
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Almost 3000 LOC are unit tests. Feel free to review the codes. |
371e123
to
32a251c
Compare
Safe! Very Safe! |
b3df19e
to
e8a5291
Compare
@mergify update |
❌ Pull request can't be updated with latest base branch changesMergify needs the author permission to update the base branch of the pull request. |
@mergify update |
✅ Branch has been successfully updated |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Almost 3000 LOC are unit tests. Feel free to review the codes.
IntervalType
.Implementation:
Unit tests:
Part of #8048