SammyVimes commented on code in PR #1289:
URL: https://github.com/apache/ignite-3/pull/1289#discussion_r1012580033


##########
modules/platforms/cpp/ignite/schema/binary_tuple_builder.h:
##########
@@ -258,6 +314,68 @@ class binary_tuple_builder {
      */
     void append_uuid(uuid value) { put_uuid(value); }
 
+    /**
+     * @brief Appends a big integer for the next element.
+     *
+     * @param value Element value.
+     */
+    void append_number(const big_integer &value) { put_number(value); }

Review Comment:
   Done



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