Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow streaming pages and rows in Table APIs; renames #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alechenninger
Copy link
Member

This would allow you to get all rows in all pages (or filter all rows within all pages)... at least I think it should work.

MyPaginatedTable paginatedTable = ...
paginatedTable.getAscendingPages()
    .flatMap(MyPaginatedTable::getRows)
    .forEach(r -> r.getCell(MY_COLUMN).doSomething());

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.5%) to 74.89% when pulling 3135c8e on table-streams into fbe54fc on master.

@alechenninger
Copy link
Member Author

/cc @abocz @dmcneil @jvervaec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants