-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny 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.
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arrowChanges to the arrow crateChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog