[[["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 retrieves a sequence of `StatusOr\u003cRow\u003e` objects."],["The latest version of `RowStreamIterator` is 2.37.0-rc, and the page lists documentation links for various versions of the class, ranging from 2.11.0 to the current one."],["`RowStreamIterator` can be constructed as an \"end\" iterator using the default constructor or to consume rows from a provided source."],["The class defines various operators such as `*`, `-\u003e`, and `++`, along with type aliases, including `iterator_category`, `value_type`, `difference_type`, and `Source`."],["The `Source` type alias is defined as a function that produces a sequence of `StatusOr\u003cRow\u003e` objects, where an empty `Row` signals the end of the sequence."]]],[]]