|
Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
|
#include "google/cloud/spanner/row.h"#include "google/cloud/log.h"#include "google/cloud/status.h"#include "google/cloud/status_or.h"#include <algorithm>#include <cassert>#include <iterator>#include <utility>Go to the source code of this file.
Namespaces | |
| google::cloud | |
| The namespace Google Cloud Platform C++ client libraries. | |
| google::cloud::spanner | |
| Contains all the Cloud Spanner C++ client types and functions. | |
| google::cloud::spanner::v1 | |
| The inlined, versioned namespace for the Cloud Spanner C++ client APIs. | |
Functions | |
| Row | google::cloud::spanner::v1::MakeTestRow (std::vector< std::pair< std::string, Value >> pairs) |
Creates a Row with the specified column names and values. More... | |
| bool | google::cloud::spanner::v1::operator== (Row const &a, Row const &b) |
| bool | google::cloud::spanner::v1::operator== (RowStreamIterator const &a, RowStreamIterator const &b) |
| bool | google::cloud::spanner::v1::operator!= (RowStreamIterator const &a, RowStreamIterator const &b) |
1.8.15