Defines the interface for RowStream implementations.
The RowStream class represents a stream of Rows returned from bigtable::Table::ReadRows(). There are different implementations depending the the RPC. Applications can also mock this class when testing their code and mocking the bigtable::Table behavior.
Functions
NextRow()
Returns the next row in the stream.
Returns
Type
Description
StatusOr< bigtable::QueryRow >
if the stream is interrupted due to a failure the StatusOr<bigtable::QueryRow> contains the error. The function returns a successful StatusOr<> with a bigtable::QueryRow with an empty row_key() to indicate end-of-stream.
[[["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-10-02 UTC."],[],[]]