This is a range defined by the Input Iterators returned from its begin() and end() members. Callers may directly iterate the RowStream instance, which will return a sequence of StatusOr<Row> objects.
For convenience, callers may wrap instances in a StreamOf<std::tuple<...>> object, which will automatically parse each Row into a std::tuple with the specified types.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This document outlines the `RowStream` class, which represents a stream of `Rows` returned from `spanner::Client::Read()` or `spanner::Client::ExecuteQuery()` in the Google Cloud Spanner C++ library."],["The `RowStream` class can be directly iterated to access a sequence of `StatusOr\u003cRow\u003e` objects, or it can be wrapped in a `StreamOf\u003cstd::tuple\u003c...\u003e\u003e` for automatic parsing of `Row` objects into `std::tuple` types."],["The class provides functions to access the start and end of the stream with `begin()` and `end()`, and it also has methods to return the number of rows modified by a DML statement via `RowsModified()`."],["The `ReadTimestamp()` method allows retrieval of the timestamp for read-only transactions."],["It has 27 versions of the documentation, from version 2.11.0 to version 2.37.0-rc, with the latter being the latest."]]],[]]