[[["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 that provides a sequence of `StatusOr\u003cRow\u003e` objects, which can only be consumed once."],["The class offers different constructors, including a default constructor for creating an \"end\" iterator and another for consuming rows from a specified source."],["The `RowStreamIterator` class includes operators such as `*`, `-\u003e`, and `++` for accessing and iterating through the `StatusOr\u003cRow\u003e` sequence."],["The class also defines several type aliases, such as `value_type`, `pointer`, `reference`, and `Source`, to describe the iterator's properties and the nature of its data."],["The `Source` alias is a function that returns a sequence of `StatusOr\u003cRow\u003e` objects and returning an empty `Row` indicates the end of the sequence."]]],[]]