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-04-09 UTC."],[[["This page details the `RowStream` class, which represents a stream of `Rows` returned from `spanner::Client::Read()` or `spanner::Client::ExecuteQuery()`."],["`RowStream` is a range defined by Input Iterators from its `begin()` and `end()` members, allowing direct iteration over `StatusOr\u003cRow\u003e` objects."],["The `RowStream` class supports wrapping instances in a `StreamOf\u003cstd::tuple\u003c...\u003e\u003e` object for automatic parsing of each `Row` into a `std::tuple` of specified types."],["The `RowStream` object contains functions for retrieving the number of rows modified by a DML statement (`RowsModified()`) and the timestamp of a read-only transaction (`ReadTimestamp()`)."],["The document also lists the different versions of the `RowStream` class, from 2.11.0 all the way up to 2.37.0-rc."]]],[]]