Expand description
Iterators over rows returned by paged queries
Structs§
- Legacy
RowIterator Deprecated Iterator over rows returned by paged queries. - Legacy
Typed RowIterator Deprecated Iterator over rows returned by paged queries where each row is parsed as the given type
Returned byRowIterator::into_typed
- An intermediate object that allows to construct a stream over a query that is asynchronously paged in the background.
- Returned by QueryPager::rows_stream.
Enums§
- Legacy
Next RowError Deprecated Couldn’t get next typed row from the iterator - An error returned that occurred during next page fetch.
- An error returned by async iterator API.