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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-22 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eRowStream\u003c/code\u003e class, which represents a stream of \u003ccode\u003eRow\u003c/code\u003e objects, and it is returned from \u003ccode\u003espanner::Client::Read()\u003c/code\u003e or \u003ccode\u003espanner::Client::ExecuteQuery()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRowStream\u003c/code\u003e class can be directly iterated to return a sequence of \u003ccode\u003eStatusOr<Row>\u003c/code\u003e objects, or can be wrapped in a \u003ccode\u003eStreamOf<std::tuple<...>>\u003c/code\u003e object for automatic parsing into tuples.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRowStream\u003c/code\u003e class has various constructors, including a move constructor, as well as an assignment operator.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ebegin()\u003c/code\u003e and \u003ccode\u003eend()\u003c/code\u003e methods provide \u003ccode\u003eRowStreamIterator\u003c/code\u003e instances to define the range for iteration over the row data.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRowsModified()\u003c/code\u003e allows you to retrieve the number of rows that were modified, and \u003ccode\u003eReadTimestamp()\u003c/code\u003e allows you to retrieve the timestamp of when the read occured.\u003c/p\u003e\n"],["\u003cp\u003eThe different version numbers provided represent past versions of the \u003ccode\u003eRowStream\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is \u003ccode\u003e2.37.0-rc\u003c/code\u003e, while the current documentation focuses on \u003ccode\u003e2.33.0\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]