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-02 UTC."],[[["This webpage details the `RowStream` class, which represents a stream of `Rows` returned from `spanner::Client::Read()` or `spanner::Client::ExecuteQuery()`."],["The `RowStream` class functions as a range defined by Input Iterators from its `begin()` and `end()` methods."],["The `RowStream` class has multiple versions, ranging from the latest release candidate `2.37.0-rc` down to `2.11.0`."],["Callers can directly iterate through a `RowStream` instance, receiving a sequence of `StatusOr\u003cRow\u003e` objects."],["The class contains methods to retrieve the number of modified rows from DML statements via `RowsModified()`, and the `ReadTimestamp()` method retrieves the timestamp of a read-only transaction."]]],[]]