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."],[[["This page provides documentation for the `Row` class in the Google Cloud Bigtable C++ client library, detailing its structure and functionality."],["The documentation covers a range of versions for the `Row` class, from 2.11.0 up to the latest release candidate 2.37.0-rc, with version 2.27.0 selected."],["The `Row` class represents an in-memory view of a Bigtable row, which may be filtered based on application-defined expressions, potentially excluding some available data."],["The `Row` class has constructors to create rows from cells and functions to retrieve the row key and cells, with the row key being a constant reference."],["The `cells()` function has two overloads, one for returning cells as a constant reference and another for returning them as an rvalue reference, accommodating different use cases."]]],[]]