-
Notifications
You must be signed in to change notification settings - Fork 908
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
[REVIEW] Add support for LEAD/LAG window functions for fixed-width types [redux] #6277
Merged
mythrocks
merged 18 commits into
rapidsai:branch-0.16
from
mythrocks:lead-lag-branch-0.16-redux
Oct 7, 2020
Merged
[REVIEW] Add support for LEAD/LAG window functions for fixed-width types [redux] #6277
mythrocks
merged 18 commits into
rapidsai:branch-0.16
from
mythrocks:lead-lag-branch-0.16-redux
Oct 7, 2020
Commits on Sep 20, 2020
-
[lead/lag] [redux] Implement LEAD/LAG window functions
Initial implementation for LEAD/LAG window functions, for fixed-width types. This version is implemented within grouped_rolling_window().
Configuration menu - View commit details
-
Copy full SHA for a56a106 - Browse repository at this point
Copy the full SHA a56a106View commit details
Commits on Sep 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1e24085 - Browse repository at this point
Copy the full SHA 1e24085View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6245c5 - Browse repository at this point
Copy the full SHA c6245c5View commit details
Commits on Sep 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5410189 - Browse repository at this point
Copy the full SHA 5410189View commit details -
Configuration menu - View commit details
-
Copy full SHA for af98ce9 - Browse repository at this point
Copy the full SHA af98ce9View commit details
Commits on Sep 24, 2020
-
[lead/lag] [redux] Review changes:
1. Fixed includes 2. Un-templatized DeviceLeadLag 3. Documentation fixes
Configuration menu - View commit details
-
Copy full SHA for ccd5c40 - Browse repository at this point
Copy the full SHA ccd5c40View commit details
Commits on Sep 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8bcb349 - Browse repository at this point
Copy the full SHA 8bcb349View commit details -
[lead/lag] [redux] Modified tests, from review.
1. Added test with default column with null values. 2. Variables for window bounds.
Configuration menu - View commit details
-
Copy full SHA for 27c510d - Browse repository at this point
Copy the full SHA 27c510dView commit details
Commits on Sep 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0e80f6e - Browse repository at this point
Copy the full SHA 0e80f6eView commit details
Commits on Oct 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f9cc799 - Browse repository at this point
Copy the full SHA f9cc799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76d58d2 - Browse repository at this point
Copy the full SHA 76d58d2View commit details
Commits on Oct 5, 2020
-
[lead/lag] Cleanup from review:
1. Moved Lead/Lag specific error checks out of rolling_window() 2. Moved Lead/Lag specific short-circuit evaluation out of rolling_window() 3. Added tests for error-checking
Configuration menu - View commit details
-
Copy full SHA for 1cd338f - Browse repository at this point
Copy the full SHA 1cd338fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80244e8 - Browse repository at this point
Copy the full SHA 80244e8View commit details
Commits on Oct 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e266052 - Browse repository at this point
Copy the full SHA e266052View commit details -
Configuration menu - View commit details
-
Copy full SHA for b16ce5f - Browse repository at this point
Copy the full SHA b16ce5fView commit details
Commits on Oct 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 20f1e78 - Browse repository at this point
Copy the full SHA 20f1e78View commit details -
1. Remove redundant checks for LEAD/LAG in non-LEAD/LAG SFINAE path 2. Remove hardcode for stream id
Configuration menu - View commit details
-
Copy full SHA for 1a90b13 - Browse repository at this point
Copy the full SHA 1a90b13View commit details -
Configuration menu - View commit details
-
Copy full SHA for afe0ea7 - Browse repository at this point
Copy the full SHA afe0ea7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.