zhjwpku commented on code in PR #505:
URL: https://github.com/apache/iceberg-cpp/pull/505#discussion_r2681823194


##########
src/iceberg/transform.h:
##########
@@ -194,6 +194,12 @@ class ICEBERG_EXPORT Transform : public util::Formattable {
   Result<std::unique_ptr<UnboundPredicate>> ProjectStrict(
       std::string_view name, const std::shared_ptr<BoundPredicate>& predicate);
 
+  /// \brief Returns a human-readable String representation of a transformed 
value.
+  ///
+  /// \param value The literal value to be transformed.
+  /// @return a human-readable String representation of the value

Review Comment:
   ```suggestion
     /// \return a human-readable String representation of the value
   ```



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to