The KeySet class is a regular type that represents a collection of Keys.
Users can construct a KeySet instance, then add Keys and ranges of Keys to the set. The caller is responsible for ensuring that all keys in a given KeySet instance contain the same number and types of values.
Users may also optionally construct an instance that represents all keys with KeySet::All().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This document outlines the `KeySet` class, which is used to manage collections of `Key`s within the Spanner C++ client library."],["Users can create a `KeySet` instance and add individual `Key`s or ranges of `Key`s to it, provided all keys in the `KeySet` share the same number and types of values."],["The `KeySet::All()` function allows for the creation of a `KeySet` that represents every key for an index, enabling operations like deleting all entries."],["The document also provides various constructors and operators to interact with the KeySet, such as adding keys, adding key ranges, creating empty sets, or deleting every entry."],["The latest version in the documentation is 2.37.0-rc, while the current version being documented is version 2.18.0."]]],[]]