AMashenkov commented on code in PR #4807:
URL: https://github.com/apache/ignite-3/pull/4807#discussion_r1865943095


##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/exec/RowHandler.java:
##########
@@ -114,6 +99,21 @@ interface RowFactory<RowT> {
          * @return RowSchema.
          */
         RowSchema rowSchema();
+
+        /**
+         * Creates a new row from provided source row and containing only the 
fields specified in the provided mapping.
+         *

Review Comment:
   ```suggestion
            * The result row will satisfy the current factory's schema.
            * 
   ```



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to