[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 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."]]],[]]