isapego commented on code in PR #1891:
URL: https://github.com/apache/ignite-3/pull/1891#discussion_r1156946784
##########
modules/platforms/cpp/ignite/client/table/table.h:
##########
@@ -63,14 +63,27 @@ class table {
*
* @return Record binary view.
*/
- [[nodiscard]] IGNITE_API record_view<ignite_tuple> record_binary_view()
const noexcept;
+ [[nodiscard]] IGNITE_API record_view<ignite_tuple>
get_record_binary_view() const noexcept;
Review Comment:
Re-named to `get_name()`
--
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]