Skip to content

Commit

Permalink
add getPageSize() to QueryPaginator
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-gal committed Nov 2, 2023
1 parent 1425ac5 commit 3e8e60a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,11 @@ public boolean advance(@Nonnull ByteString lastSeenRowKey) {
}
}

@InternalApi
int getPageSize() {
return this.pageSize;
}

@Override
public boolean equals(Object o) {
if (this == o) {
Expand Down

0 comments on commit 3e8e60a

Please sign in to comment.