|
Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
|
#include "google/cloud/spanner/connection.h"#include "google/cloud/spanner/sql_statement.h"#include "google/cloud/status_or.h"#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | google::cloud::spanner::v1::QueryPartition |
The QueryPartition class is a regular type that represents a single slice of a parallel SQL read. More... | |
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 | |
| StatusOr< std::string > | google::cloud::spanner::v1::SerializeQueryPartition (QueryPartition const &query_partition) |
Serializes an instance of QueryPartition to a string of bytes. More... | |
| StatusOr< QueryPartition > | google::cloud::spanner::v1::DeserializeQueryPartition (std::string const &serialized_query_partition) |
Deserializes the provided string into a QueryPartition. More... | |
1.8.15