[[["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-21 UTC."],[[["The `RowStreamIterator` is an Input Iterator that provides a sequence of `StatusOr\u003cRow\u003e` objects, which can only be consumed once."],["The latest version of the `RowStreamIterator` documentation is 2.37.0-rc, while the currently presented documentation is for version 2.30.0."],["A default-constructed `RowStreamIterator` represents the \"end\" of the sequence, signaling that no more data is available."],["The `RowStreamIterator` can be constructed with a `Source`, which is a function that returns a sequence of `StatusOr\u003cRow\u003e` objects, and a empty row indicates there are no more rows."],["The documentation outlines the different operators, constructors and type aliases available for the class `RowStreamIterator`, which includes: `operator*()`, `operator-\u003e()`, `operator++()`, `iterator_category`, `value_type`, `difference_type`, `pointer`, `reference`, `const_pointer`, `const_reference`, and `Source`."]]],[]]