15 #ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_READ_OPTIONS_H 16 #define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_READ_OPTIONS_H 19 #include <google/spanner/v1/spanner.pb.h> 40 std::int64_t limit = 0;
56 #endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_READ_OPTIONS_H bool operator==(ReadOptions const &lhs, ReadOptions const &rhs)
bool operator!=(ReadOptions const &lhs, ReadOptions const &rhs)
std::string index_name
If non-empty, the name of an index on a database table.
Contains all the Cloud Spanner C++ client types and functions.
#define SPANNER_CLIENT_NS
std::int64_t limit
Limit on the number of rows to yield, or 0 for no limit.
Options passed to Client::Read or Client::PartitionRead.