-
Notifications
You must be signed in to change notification settings - Fork 915
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
Implement timestamp ceil #8942
Implement timestamp ceil #8942
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #8942 +/- ##
===============================================
Coverage ? 10.76%
===============================================
Files ? 114
Lines ? 19088
Branches ? 0
===============================================
Hits ? 2054
Misses ? 17034
Partials ? 0 Continue to review full report at Codecov.
|
is this still a work in progress? |
@vuule The core PR is ready for review, just finalizing/refactoring the test cases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's redundant dispatching here. We basically have three switches on the ceil type, feels like we should be able to do this only once.
@gpucibot merge |
Closes #8682. Added python bindings for `ceil` operation implemented in #8942. Authors: - https://github.com/shaneding Approvers: - Ashwin Srinath (https://github.com/shwina) - https://github.com/brandon-b-miller URL: #9141
Partly addresses #8682
This adds a
ceil
function for timestamp columns in libcudf. It is applied on fixed resolutions only.