[[["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 webpage details the `RowStreamIterator` class, which is an Input Iterator that delivers a sequence of `StatusOr\u003cRow\u003e` objects for different versions of the spanner library."],["The `RowStreamIterator` can only be consumed once, and a default-constructed `RowStreamIterator` represents the end of the iteration sequence."],["The class provides various constructors, including one that initializes an \"end\" iterator and another that utilizes a `Source` object to consume rows."],["The `RowStreamIterator` class supports multiple operators like `*`, `-\u003e`, `++`, both in constant and non-constant forms, allowing for standard iterator operations."],["Several type aliases are also provided for ease of use, such as `iterator_category`, `value_type`, `pointer`, and `Source`, among others."]]],[]]