[[["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-02 UTC."],[[["The `RowStreamIterator` is an Input Iterator that provides a sequence of `StatusOr\u003cRow\u003e` objects, which can only be consumed once."],["The class offers both a default constructor, which creates an \"end\" iterator, and a constructor that takes a `Source` to produce rows."],["The iterator's `Source` is a function that provides a sequence of `StatusOr\u003cRow\u003e` objects, with an empty `Row` signaling the end of the sequence."],["There are several operators available, such as `*`, `-\u003e`, and `++`, for working with the iterator, along with various type aliases that define the iterator's characteristics."],["The latest version for this documentation is `2.37.0-rc`, and it has documentation for versions going all the way back to `2.11.0`."]]],[]]