Is your feature request related to a problem or challenge? Please describe what you are trying to do.
i256 doesn't implement some numeric traits. It'd be good to have it supported alongside other standard types.
Describe the solution you'd like
Implement major traits
Describe alternatives you've considered
Writing wrapping types for numerics and i256 - looks too clumsy.
Additional context
Used particularly for DataFusion UDFs
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
i256doesn't implement some numeric traits. It'd be good to have it supported alongside other standard types.Describe the solution you'd like
Implement major traits
Describe alternatives you've considered
Writing wrapping types for numerics and i256 - looks too clumsy.
Additional context
Used particularly for DataFusion UDFs