ptupitsyn commented on a change in pull request #282:
URL: https://github.com/apache/ignite-3/pull/282#discussion_r695017326



##########
File path: modules/api/src/main/java/org/apache/ignite/table/Tuple.java
##########
@@ -28,6 +29,15 @@
  */
 public interface Tuple extends Iterable<Object> {
     /**
+     * Creates tuple.
+     *
+     * @return Tuple.
+     */
+    static Tuple create() {

Review comment:
       We can provide an overload with `capacity` parameter and initialize 
`vals` and `colNames` in `TupleImpl` accordingly, WDYT?




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