impl ArrowNativeType for i128
#1098
Labels
enhancement
Any new improvement worthy of a entry in the changelog
impl ArrowNativeType for i128
#1098
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
when I implement the comparison operation for decimal data type, I should support
i128
forarrow-rs/arrow/src/buffer/mutable.rs
Line 301 in 8b85aa0
In the pr #779, The
i128
has been added as ArrowNativeType, but this ischange-api
changes.how should i continue this work?
@alamb
Can I cherry-pick part code of this #779 to
release branch
?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.
The text was updated successfully, but these errors were encountered: