The Wayback Machine - https://web.archive.org/web/20211010183228/https://github.com/topics/google-cloud-spanner
Skip to content
#

google-cloud-spanner

Here are 28 public repositories matching this topic...

coryan
coryan commented Jan 25, 2021

This is motivated by #5703. Applications may need to persist the state of pagination iterators, for example, because they are implementing a web service that returns pages of results.

I suggested this API:

struct Page {
  std::vector<std::string> bucket_names;
  std::string reader_state;
};

Page BucketsPage(gcs::Client client, std::string reader_state) {
  auto reader = client.

Improve this page

Add a description, image, and links to the google-cloud-spanner topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the google-cloud-spanner topic, visit your repo's landing page and select "manage topics."

Learn more