corasaurus-hex commented on issue #8850: URL: https://github.com/apache/arrow-rs/issues/8850#issuecomment-3554218412
The iterator function is there to support this sequence of events: 1. push batch onto the view 2. inspect the view starting at an offset and compare values in order to figure out where to slice 3. slice a batch off the view if an appropriate offset can be found I'm not sure what a good API might be for that, I haven't actually worked with arrow comparison/unary/binary/etc functions, but I want to do something that compares more values at a time. I'd love some ideas if you have any! -- 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]
