fresh-borzoni opened a new issue, #537: URL: https://github.com/apache/fluss-rust/issues/537
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss-rust/issues) and found nothing similar. ### Description The CXX bridge needs three new entries - the opaque PrefixKeyLookuper type, a constructor that takes the column-names list, and the lookup call itself and on the C++ side a class mirroring the existing Lookuper's raw-pointer + Destroy() RAII pattern (move-only, manual cleanup). The one thing that doesn't have a perfect precedent is the multi-row result: the existing LookupResult only models a single row, so a new small PrefixLookupResult is needed with Size() and GetRow(i) returning a RowView. That's not a new design either - ScanResult already does multi-row over the same zero-copy row machinery, so it's mostly copying that shape into a smaller class. Add an example program, a couple of integration tests, and a docs entry ### Willingness to contribute - [ ] I'm willing to submit a PR! -- 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]
