Google Cloud Spanner C++ Client  1.32.0
A C++ Client Library for Google Cloud Spanner
Public Attributes | List of all members
google::cloud::spanner::v1::Connection::PartitionQueryParams Struct Reference

Wrap the arguments to PartitionQuery(). More...

#include <google/cloud/spanner/connection.h>

Public Attributes

Transaction transaction
 
SqlStatement statement
 
PartitionOptions partition_options
 

Detailed Description

Wrap the arguments to PartitionQuery().

Definition at line 105 of file connection.h.

Member Data Documentation

◆ partition_options

PartitionOptions google::cloud::spanner::v1::Connection::PartitionQueryParams::partition_options

Definition at line 108 of file connection.h.

◆ statement

SqlStatement google::cloud::spanner::v1::Connection::PartitionQueryParams::statement

Definition at line 107 of file connection.h.

◆ transaction

Transaction google::cloud::spanner::v1::Connection::PartitionQueryParams::transaction

Definition at line 106 of file connection.h.