alamb commented on issue #8850: URL: https://github.com/apache/arrow-rs/issues/8850#issuecomment-3547256175
> the iter_column thing is probably the most suspect in that gist. it works for me in my one specific use case but we'd probably want something with better, faster access patterns for the more general case. maybe something like arrow::compute::unary that can be applied to a range? You can apply `unary` to a sliced array to get a range for a single array If you mean to apply some function to a (virtual) range of rows in a `Vec<RecordBatch>` that also sounds useful -- 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]
