Skip to content

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

Open
alechenninger wants to merge 1 commit intomasterfrom
table-streams
Open

Allow streaming pages and rows in Table APIs; renames#65
alechenninger wants to merge 1 commit intomasterfrom
table-streams

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