Expand description
Iterators over rows returned by paged queries
Structs§
- LegacyRowIteratorDeprecatedIterator over rows returned by paged queries.
- LegacyTypedRowIteratorDeprecatedIterator 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§
- LegacyNextRowErrorDeprecatedCouldn’t get next typed row from the iterator
- An error returned that occurred during next page fetch.
- An error returned by async iterator API.