[[["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 webpage details the \u003ccode\u003eRowStreamIterator\u003c/code\u003e class, which is an Input Iterator used to retrieve a sequence of \u003ccode\u003eStatusOr<Row>\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRowStreamIterator\u003c/code\u003e can only be consumed once, aligning with the characteristics of an Input Iterator.\u003c/p\u003e\n"],["\u003cp\u003eDefault construction of a \u003ccode\u003eRowStreamIterator\u003c/code\u003e produces an "end" iterator, indicating the termination of the sequence.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides constructors to create an iterator to either an 'end' state, or from a \u003ccode\u003esource\u003c/code\u003e that provides the rows, along with operators for dereferencing, arrow access, and incrementing, plus type aliases for various aspects of the iterator.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSource\u003c/code\u003e type alias represents a function capable of generating a sequence of \u003ccode\u003eStatusOr<Row>\u003c/code\u003e objects, and an empty \u003ccode\u003eRow\u003c/code\u003e indicates the end of the sequence.\u003c/p\u003e\n"]]],[],null,[]]