15 #ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_CLIENT_OPTIONS_H 16 #define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_CLIENT_OPTIONS_H 44 query_options_ = std::move(qo);
49 return a.query_options_ == b.query_options_;
65 #endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_CLIENT_OPTIONS_H
ClientOptions allows the caller to set a variety of options when constructing a Client instance.
ClientOptions & set_query_options(QueryOptions qo)
Sets the QueryOptions
QueryOptions const & query_options() const
Returns the QueryOptions
Contains all the Cloud Spanner C++ client types and functions.
These QueryOptions allow users to configure features about how their SQL queries executes on the serv...
#define SPANNER_CLIENT_NS
friend bool operator!=(ClientOptions const &a, ClientOptions const &b)
friend bool operator==(ClientOptions const &a, ClientOptions const &b)