You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Cudf supports casting decimal to/from double, float, int, long, etc. We should support these too. We need to be careful to test double/float especially because there can be round off issues that we need to test to see if they are correct.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Cudf supports casting decimal to/from double, float, int, long, etc. We should support these too. We need to be careful to test double/float especially because there can be round off issues that we need to test to see if they are correct.
The text was updated successfully, but these errors were encountered: