[[["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."],[[["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."]]],[]]