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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to