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-21 UTC."],[[["This webpage details the `RowStream` class within the Google Cloud Spanner C++ library, providing information about its various versions, with version 2.37.0-rc being the latest."],["`RowStream` represents the stream of `Rows` returned from `spanner::Client::Read()` or `spanner::Client::ExecuteQuery()`, allowing callers to iterate over a sequence of `StatusOr\u003cRow\u003e` objects."],["Callers can use a `StreamOf\u003cstd::tuple\u003c...\u003e\u003e` object to automatically parse each `Row` into a `std::tuple` with specified types for added convenience."],["The class includes methods like `begin()` and `end()` to define the range of the stream using `RowStreamIterator`, along with functions such as `RowsModified()` to get the number of rows changed and `ReadTimestamp()` for the read timestamp."]]],[]]