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 or challenge? Please describe what you are trying to do.
This will allow better interoperability with the rest of the ecosystem, and meshes well with the work by @viirya to provide fallible conversion from Buffer to MutableBuffer as part of #1981
Describe the solution you'd like
I would like From implementations to allow conversion between Vec<A: ArrowNativeType> and MutableBuffer. Much like typed_data_mut these will panic if alignment constraints are violated.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
This will allow better interoperability with the rest of the ecosystem, and meshes well with the work by @viirya to provide fallible conversion from
Buffer
toMutableBuffer
as part of #1981Describe the solution you'd like
I would like From implementations to allow conversion between
Vec<A: ArrowNativeType>
andMutableBuffer
. Much liketyped_data_mut
these will panic if alignment constraints are violated.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: