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-03-14 UTC."],[[["The webpage provides documentation for the `Row` class in the Google Cloud Bigtable C++ client library, spanning multiple versions."],["The latest release candidate version is 2.37.0-rc, while 2.13.0 is the most previous version displayed here, with several previous versions listed in descending order between them."],["The `Row` class represents a row in Bigtable and may contain a subset of the actual data based on any filtering expressions used."],["The `Row` class includes constructors to create a row from a list of cells and functions to retrieve the row key and cells."],["The `row_key()` and `cells()` functions allow access to a row's key and its associated cells, with the returned cells potentially being a subset of all the cells from the row."]]],[]]