There was an error while loading. Please reload this page.
1 parent 1425ac5 commit 42a7e36Copy full SHA for 42a7e36
1 file changed
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/models/Query.java
@@ -407,6 +407,12 @@ public boolean advance(@Nonnull ByteString lastSeenRowKey) {
407
query.builder.setRows(remaining);
408
return true;
409
}
410
+
411
+ /** Get the page size of the current Pagniator. For internal use only. */
412
+ @InternalApi
413
+ public int getPageSize() {
414
+ return this.pageSize;
415
+ }
416
417
418
@Override
0 commit comments