Module pager

Source
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§

QueryPager
An intermediate object that allows to construct a stream over a query that is asynchronously paged in the background.
TypedRowStream
Returned by QueryPager::rows_stream.

Enums§

NextPageError
An error returned that occurred during next page fetch.
NextRowError
An error returned by async iterator API.