RinChanNOWWW commented on PR #5333:
URL: https://github.com/apache/arrow-rs/pull/5333#issuecomment-1912858885
How about make the function like:
```rust
pub fn take_record_batch<T: ArrowPrimitiveType>(
record_batch: &RecordBatch,
indices: &PrimitiveArray<T>,
) -> Result<RecordBatch, ArrowError> {}
```
--
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]