[[["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."],[[["The `RowStreamIterator` is an Input Iterator that provides a sequence of `StatusOr\u003cRow\u003e` objects, which can only be consumed once."],["The iterator can be constructed as an \"end\" iterator with a default constructor, or to consume rows from a non-null `Source`."],["The `Source` is a function that returns a sequence of `StatusOr\u003cRow\u003e` objects, indicating the end of the row sequence with an empty `Row`."],["This class has several operators, such as `operator*`, `operator-\u003e`, and `operator++`, which are utilized to handle the rows and navigation of the iterator."],["There are also numerous type aliases, including `iterator_category`, `value_type`, `difference_type`, `pointer`, `reference`, `const_pointer`, `const_reference`, and `Source`, for added flexibility."]]],[]]