-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
From this datafusion issue, we will add the decimal data type
in the datafusion.
But some basic operations like +,- we implemented do not support SIMD.
In order to speed up the calculation, we need to add the SIMD feature for the decimal data type.
I have not figured out how to implement it.
Describe the solution you'd like
TODO
Describe alternatives you've considered
TODO
Additional context
TODO
Metadata
Metadata
Assignees
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog