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-05 UTC."],[[["The latest version available is 2.37.0-rc, with the documentation for `classgoogle_1_1cloud_1_1bigtable_1_1Row` accessible through the provided link."],["This page provides documentation for `classgoogle_1_1cloud_1_1bigtable_1_1Row` across multiple versions, ranging from 2.11.0 up to the current 2.36.0."],["The `Row` class represents an in-memory representation of a Bigtable row, potentially filtered by application-defined expressions."],["The class has constructors and functions to create and access data like `row_key()` for retrieving the row key, and `cells()` for retrieving the cells."],["The current version being viewed is 2.36.0, allowing users to access documentation specific to this version."]]],[]]