[[["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 document provides documentation for the `RowStreamIterator` class in various versions, with version 2.37.0-rc being the latest release."],["`RowStreamIterator` is an Input Iterator that delivers a sequence of `StatusOr\u003cRow\u003e` objects, and once this sequence is consumed, it cannot be revisited again."],["The `RowStreamIterator` can be constructed as an \"end\" iterator using the default constructor, or with a source to consume rows."],["The class offers several operators such as `operator*`, `operator-\u003e`, and `operator++` to traverse and access elements, and also defines several type aliases, such as `value_type`, `pointer`, `reference`, `Source`, and more."],["The `Source` alias represents a function that yields a sequence of `StatusOr\u003cRow\u003e` objects, with an empty `Row` indicating the sequence's end."]]],[]]