[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 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."]]],[]]