Kelvinyu1117 commented on issue #87: URL: https://github.com/apache/fluss-rust/issues/87#issuecomment-3677942680
I would like to try that. I have took a look the PR #83. A rough idea is that The `Datum` should just hold the reference of the `string_val` and `bytes_val` if it is possible. For `string_val` and 'bytes_val`, we can use `std::string_view` and 'std::span' (C++20) respectively. -- 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]
