[REVIEW] Port NVStrings datetime conversion ops to cudf strings column#3232
[REVIEW] Port NVStrings datetime conversion ops to cudf strings column#3232harrism merged 26 commits intorapidsai:branch-0.11from
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-0.11 #3232 +/- ##
===========================================
Coverage 87.3% 87.3%
===========================================
Files 49 49
Lines 9214 9214
===========================================
Hits 8044 8044
Misses 1170 1170Continue to review full report at Codecov.
|
|
@trxcllnt does If so, this PR could be vastly, vastly simplified by using those. |
|
@davidwendt This is ready to merge once you resolve conflicts. |
|
As part of this port, can we get fixes for some of the issues opened up against these operators? -- Negative timestamp support for from_timestamp (long2timestamp), #3116 |
All of these will require significant work. This PR is intended to just port the existing function. New follow on PRs will be created to address these issues. |
|
Crap, accidentally deleted a |
This is porting of the NVStrings datetime conversion methods to
strings_column_viewfunctions.NVStrings methods addressed in this PR:
New names will be:
to_timestamps,from_timestamps()respectively