Support RecordBatch::remove_column()
and Schema::remove_field()
#4952
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.
Arrow C++ implementation support removes column and field for
RecordBatch
andSchema
respectively,arrow-rs
doesn't have such APIs.Describe the solution you'd like
Add
RecordBatch::remove_column()
andSchema::remove_field()
, similar to C++:The text was updated successfully, but these errors were encountered: