[[["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."],[[["This webpage details the `RowStreamIterator` class, which is an Input Iterator used to retrieve a sequence of `StatusOr\u003cRow\u003e` objects."],["The `RowStreamIterator` can only be consumed once, aligning with the characteristics of an Input Iterator."],["Default construction of a `RowStreamIterator` produces an \"end\" iterator, indicating the termination of the sequence."],["The class provides constructors to create an iterator to either an 'end' state, or from a `source` that provides the rows, along with operators for dereferencing, arrow access, and incrementing, plus type aliases for various aspects of the iterator."],["The `Source` type alias represents a function capable of generating a sequence of `StatusOr\u003cRow\u003e` objects, and an empty `Row` indicates the end of the sequence."]]],[]]