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-21 UTC."],[[["This document provides versioned documentation for the `Row` class within the Google Cloud Bigtable C++ client library, with the latest release being version 2.37.0-rc."],["The `Row` class represents an in-memory representation of a Bigtable row, which may be filtered and not contain all the data."],["The `Row` class has a constructor to create a row from a list of cells, along with the parameters of the row key and a vector of cells."],["The class provides functions `row_key()` to retrieve the row key and `cells()` to retrieve the cells, with both returning a constant reference to the row key and a constant or moving vector reference of cells respectively."],["Versioned documentation for the `Row` class is available for versions ranging from 2.11.0 up to 2.37.0-rc, providing access to different versions of the class's details."]]],[]]