The ReadPartition class is a regular type that represents a single slice of a parallel Read operation.
Instances of ReadPartition are created by Client::PartitionRead. Once created, ReadPartition objects can be serialized, transmitted to separate processes, and used to read data in parallel using Client::Read. If data_boost is set, those requests will be executed using the independent compute resources of Cloud Spanner Data Boost.
Constructors
ReadPartition(ReadPartition const &)
Copy and move.
Parameter
Name
Description
ReadPartition const &
ReadPartition(ReadPartition &&)
Copy and move.
Parameter
Name
Description
ReadPartition &&
ReadPartition()
Constructs an instance of ReadPartition that does not specify any table or columns to be read.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage provides documentation for the `ReadPartition` class in the Google Cloud Spanner C++ library, covering versions from 2.11.0 to 2.37.0-rc, with the most up to date version being 2.37.0-rc."],["The `ReadPartition` class represents a segment of a parallel read operation, enabling the distribution of data reads across multiple processes."],["`ReadPartition` instances are created using `Client::PartitionRead` and can be serialized for transmission to different processes to leverage parallel data processing."],["The documentation details the constructors, operators, and functions (like `TableName()`, `ColumnNames()`, `ReadOptions()`) associated with the `ReadPartition` class, providing insight into their usage and parameters."],["Setting `data_boost` will execute the partition requests using Cloud Spanner Data Boost."]]],[]]