[[["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\u003eThe \u003ccode\u003eRowStreamIterator\u003c/code\u003e is an Input Iterator that provides a sequence of \u003ccode\u003eStatusOr<Row>\u003c/code\u003e objects, which can only be consumed once.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers different constructors, including a default constructor for creating an "end" iterator and another for consuming rows from a specified source.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRowStreamIterator\u003c/code\u003e class includes operators such as \u003ccode\u003e*\u003c/code\u003e, \u003ccode\u003e->\u003c/code\u003e, and \u003ccode\u003e++\u003c/code\u003e for accessing and iterating through the \u003ccode\u003eStatusOr<Row>\u003c/code\u003e sequence.\u003c/p\u003e\n"],["\u003cp\u003eThe class also defines several type aliases, such as \u003ccode\u003evalue_type\u003c/code\u003e, \u003ccode\u003epointer\u003c/code\u003e, \u003ccode\u003ereference\u003c/code\u003e, and \u003ccode\u003eSource\u003c/code\u003e, to describe the iterator's properties and the nature of its data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSource\u003c/code\u003e alias is a function that returns a sequence of \u003ccode\u003eStatusOr<Row>\u003c/code\u003e objects and returning an empty \u003ccode\u003eRow\u003c/code\u003e indicates the end of the sequence.\u003c/p\u003e\n"]]],[],null,[]]