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.
We support a few binary ops for decimal, like comparisons, but we should look into support for the others that we support.
Specifically
multiply
integral divide
subtract
add
Next priority is
EqualsNullSafe (again follow on issue if this is not supported right now)
This will also require us to support PromotePrecision (which is just metadata and a noop is OK) and CheckOverflow (which for the most part this should be fine for binary ops, but we need to check that it is OK for other operations where it might be inserted)
revans2
changed the title
[FEA] Support the rest of the decimal binary ops
[FEA] Decimal support for multiply int div, add, subtract and null safe equals
Jan 22, 2021
Is your feature request related to a problem? Please describe.
We support a few binary ops for decimal, like comparisons, but we should look into support for the others that we support.
Specifically
Next priority is
This will also require us to support
PromotePrecision
(which is just metadata and a noop is OK) andCheckOverflow
(which for the most part this should be fine for binary ops, but we need to check that it is OK for other operations where it might be inserted)The following will be done as a part of a follow on issue #1572
The text was updated successfully, but these errors were encountered: