Skip to content
#

spanner

Here are 53 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 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 spanner topic, visit your repo's landing page and select "manage topics."

Learn more