ygerzhedovich commented on a change in pull request #348:
URL: https://github.com/apache/ignite-3/pull/348#discussion_r712857838



##########
File path: 
modules/table/src/main/java/org/apache/ignite/internal/table/InternalTable.java
##########
@@ -195,5 +196,13 @@
     CompletableFuture<Collection<BinaryRow>> 
deleteAllExact(Collection<BinaryRow> rows,
         @Nullable Transaction tx);
 
+    /**
+     * Scans given partition, providing {@link Publisher<BinaryRow>} that 
reflectively notifies about partition rows.
+     * @param p The partition.
+     * @param tx The transaction.
+     * @return {@link Publisher<BinaryRow>} t{@link Publisher<BinaryRow>} that 
reflectively notifies about partition rows.
+     */
+    @NotNull Publisher<BinaryRow> scan(int p, @Nullable Transaction tx);
+
     //TODO: IGNTIE-14488. Add invoke() methods.

Review comment:
       ```suggestion
       //TODO: IGNITE-14488. Add invoke() methods.
   ```




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