Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
|
This is the complete list of members for google::cloud::bigtable::Cell, including all inherited members.
Cell(KeyType &&row_key, std::string family_name, ColumnType &&column_qualifier, std::int64_t timestamp, ValueType &&value, std::vector< std::string > labels) | google::cloud::bigtable::Cell | inline |
Cell(KeyType &&row_key, std::string family_name, ColumnType &&column_qualifier, std::int64_t timestamp, std::int64_t value, std::vector< std::string > labels) | google::cloud::bigtable::Cell | inline |
Cell(KeyType &&row_key, std::string family_name, ColumnType &&column_qualifier, std::int64_t timestamp, ValueType &&value) | google::cloud::bigtable::Cell | inline |
column_qualifier() const | google::cloud::bigtable::Cell | inline |
decode_big_endian_integer() const | google::cloud::bigtable::Cell | inline |
family_name() const | google::cloud::bigtable::Cell | inline |
labels() const | google::cloud::bigtable::Cell | inline |
row_key() const | google::cloud::bigtable::Cell | inline |
SetCell | google::cloud::bigtable::Cell | friend |
timestamp() const | google::cloud::bigtable::Cell | inline |
value() const & | google::cloud::bigtable::Cell | inline |
value() && | google::cloud::bigtable::Cell | inline |