Expand description
Entities that provide automated transparent paging of a query. They enable consuming result of a paged query as a stream over rows, which abstracts over page boundaries.
Structs§
- Query
Pager - An intermediate object that allows to construct a stream over a query that is asynchronously paged in the background.
- Typed
RowStream - Returned by QueryPager::rows_stream.
Enums§
- Next
Page Error - An error returned that occurred during next page fetch.
- Next
RowError - An error returned by async iterator API.