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 content provides a detailed list of Bigtable Row class versions, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed includes a direct link to its respective documentation page, detailing the `google::cloud::bigtable::Row` class."],["The documentation highlights the class `Row`'s main functionalities, including creating a row from a list of cells, returning the row key, and retrieving all cells."],["The latest release `2.37.0-rc` is clearly marked as the latest version available."],["The `Row` class in Bigtable is an in-memory object, that can be filtered, and not contain all available data."]]],[]]