You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/07/11 11:42:04 UTC

[GitHub] [arrow-rs] nevi-me commented on issue #461: Implement RecordBatch::concat

nevi-me commented on issue #461:
URL: https://github.com/apache/arrow-rs/issues/461#issuecomment-877784891


   I'd lean towards `RecordBatch::filter` and `RecordBatch::concat` as long as that ends up being a convenience that iterates through all columns, and calls the underlying compute or other function.
   
   Similar to a `RecordBatch::slice` that calls `array.slice` internally.
   
   I think this would aid discoverability, in the sense that a person asking "what can I do with a record batch?" would look at `impl RecordBatch` and discover that easily.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org