[[["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 page documents the `RowStreamIterator` class, which is an Input Iterator for consuming a sequence of `StatusOr\u003cRow\u003e` objects from a data source."],["The `RowStreamIterator` can be default-constructed to represent an \"end\" iterator, or it can be constructed with a `Source` to retrieve data from."],["The `RowStreamIterator` provides standard iterator operators, such as `*`, `-\u003e`, `++`, and also defines type aliases for iterator categories, value types, and pointer types."],["The `Source` is defined as a function that returns a sequence of `StatusOr\u003cRow\u003e` objects, and an empty `Row` signifies the end of the data stream."],["The page displays a list of all the previous versions, along with a link to the latest release candidate."]]],[]]