Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
Namespaces | Enumerations | Functions
value.cc File Reference
#include "google/cloud/spanner/value.h"
#include "google/cloud/spanner/internal/date.h"
#include "google/cloud/log.h"
#include <cerrno>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <ios>
#include <string>

Go to the source code of this file.

Namespaces

 google
 
 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.
 

Enumerations

enum  google::cloud::spanner::v1::@67::StreamMode { google::cloud::spanner::v1::@67::StreamMode::kScalar, google::cloud::spanner::v1::@67::StreamMode::kAggregate }
 

Functions

bool google::cloud::spanner::v1::operator== (Value const &a, Value const &b)
 
std::ostream & google::cloud::spanner::v1::operator<< (std::ostream &os, Value const &v)
 

Enumeration Type Documentation

◆ StreamMode

enum google::cloud::spanner::v1::@67::StreamMode
strong

Definition at line 107 of file value.cc.