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-08-14 UTC."],[[["\u003cp\u003eThis webpage provides access to the documentation for various versions of the \u003ccode\u003egoogle::cloud::bigtable::Row\u003c/code\u003e class, with the latest release being version 2.37.0-rc.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRow\u003c/code\u003e class represents an in-memory representation of a Bigtable row, which may be filtered and not contain all the available data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRow\u003c/code\u003e class has a constructor that takes a row key and a list of cells to create a new row.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes functions like \u003ccode\u003erow_key()\u003c/code\u003e to retrieve the row key and \u003ccode\u003ecells()\u003c/code\u003e to access all the cells within the row.\u003c/p\u003e\n"],["\u003cp\u003eDocumentation is available for past versions, allowing users to access the \u003ccode\u003eRow\u003c/code\u003e class for any versions dating back to version 2.11.0.\u003c/p\u003e\n"]]],[],null,[]]