[[["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 used to retrieve a sequence of `StatusOr\u003cRow\u003e` objects."],["The `RowStreamIterator` can only be consumed once, aligning with the characteristics of an Input Iterator."],["Default construction of a `RowStreamIterator` produces an \"end\" iterator, indicating the termination of the sequence."],["The class provides constructors to create an iterator to either an 'end' state, or from a `source` that provides the rows, along with operators for dereferencing, arrow access, and incrementing, plus type aliases for various aspects of the iterator."],["The `Source` type alias represents a function capable of generating a sequence of `StatusOr\u003cRow\u003e` objects, and an empty `Row` indicates the end of the sequence."]]],[]]