[[["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-07-02 UTC."],[[["The `RowStreamIterator` is an Input Iterator designed to provide a sequence of `StatusOr\u003cRow\u003e` objects, representing data rows, where the sequence is only consumable once."],["The latest version of `RowStreamIterator` is 2.37.0-rc, with multiple previous versions available, ranging back to 2.11.0."],["The class includes constructors for creating either an \"end\" iterator or one that will consume rows from a given non-null `source`."],["`RowStreamIterator` includes several operators, including `*`, `-\u003e`, `++`, for accessing the current row, dereferencing the iterator, and incrementing to the next."],["`Source` is a type alias for a function that returns a sequence of `StatusOr\u003cRow\u003e` objects, and an empty `Row` indicates the end of the sequence."]]],[]]