Notice that a row returned by the Bigtable Client may have been filtered by any filtering expressions provided by the application, and may not contain all the data available.
Constructors
Row(T &&, std::vector< Cell >)
Create a row from a list of cells.
Parameters
Name
Description
row_key
T &&
cells
std::vector< Cell >
typename T
Functions
row_key() const
Return the row key.
The returned value is not valid after this object is deleted.
[[["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-05-07 UTC."],[[["The webpage provides documentation for various versions of the `google::cloud::bigtable::Row` class, with version 2.37.0-rc being the latest release candidate and 2.22.0 the current version being displayed."],["The `Row` class represents an in-memory Bigtable row that might be filtered based on application-provided expressions."],["A `Row` object can be constructed with a row key and a list of cells, represented as a `std::vector\u003c Cell \u003e`."],["The `row_key()` function returns the row key, and the `cells()` functions return all cells associated with the row, available in both `const` and move-semantics forms."],["The documentation shows a variety of `Row` class versioning, from 2.11.0 to 2.37.0, and each version has a dedicated documentation link."]]],[]]