leekeiabstraction commented on code in PR #349:
URL: https://github.com/apache/fluss-rust/pull/349#discussion_r2818525521


##########
website/docs/user-guide/cpp/data-types.md:
##########
@@ -52,46 +52,88 @@ row.Set("created_at", 
fluss::Timestamp::FromMillis(1700000000000));
 row.Set("nickname", nullptr);    // set to null
 ```
 
-## GenericRow Getters
+## Reading Field Values
+
+Field values are read through `RowView` (from scan results) and `LookupResult` 
(from lookups), not through `GenericRow`. Both provide the same getter 
interface with zero-copy access to string and bytes data.
+
+:::warning Lifetime

Review Comment:
   Nice warning



-- 
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]

Reply via email to