[[["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 page details the \u003ccode\u003eRowStreamIterator\u003c/code\u003e class in the Google Cloud Spanner C++ library, specifically version 2.16.0, with a list of versions available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRowStreamIterator\u003c/code\u003e is an Input Iterator that delivers a sequence of \u003ccode\u003eStatusOr<Row>\u003c/code\u003e objects, which can only be consumed once, and a default-constructed \u003ccode\u003eRowStreamIterator\u003c/code\u003e signifies the end of the sequence.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRowStreamIterator\u003c/code\u003e can be constructed as an end iterator, or from a non-null source to consume rows.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRowStreamIterator\u003c/code\u003e class has several operators (\u003ccode\u003e*\u003c/code\u003e, \u003ccode\u003e->\u003c/code\u003e, \u003ccode\u003e++\u003c/code\u003e) to handle the iterator behavior, as well as type aliases to describe how the iterator interacts with the stream.\u003c/p\u003e\n"],["\u003cp\u003eThe type alias \u003ccode\u003eSource\u003c/code\u003e represents a function that returns a sequence of \u003ccode\u003eStatusOr<Row>\u003c/code\u003e objects, with an empty \u003ccode\u003eRow\u003c/code\u003e signaling the end of the sequence.\u003c/p\u003e\n"]]],[],null,[]]