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"]],[["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-10-02 UTC."],[],[]]