Allow cloning and comparing CastOptions #2966
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
CastOptions
(fromarrow::compute
) seems like a basic struct, and for future proof-ing the code that needs to deal with it; it might make sense to add equality and cloning abilities to it.Describe the solution you'd like
Allow comparing
CastOptions
.Additional context
Originally from datafusion
The text was updated successfully, but these errors were encountered: