-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
(This section helps Arrow developers understand the context and why for this feature, in addition to the what)
In the arrow-rs kernel, the decimal has been aligned with other primitive data type, and support some common operation like comparison and arithmetic .
- comparison_op_dyn for decimal in arrow-rs replace the comparison op for decimal array op using the arrow-rs kernel #4290
- implement comparison for decimal128array with scalar comparison op: decimal128 array with scalar arrow-rs#3141
- comparison_op_dyn scalar for decimal replace the comparator for
decimal array op scalarusing arrow kernel #4453 - arithmetic operation
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.