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."],[[["The webpage provides documentation for the `KeySet` class in the Google Cloud Spanner C++ client library, with versioned links ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `KeySet` class represents a collection of `Key`s and can be constructed empty, then populated with individual `Key`s or ranges of `Key`s."],["Users can also use the `KeySet::All()` function to represent the set of all keys for an index, useful for operations like deleting all rows in a table."],["The `AddKey` and `AddRange` functions allow you to add keys and key ranges into a given `KeySet` instance."],["Constructors and operators are included to allow for the construction of empty instances, as well as copy and move assignment."]]],[]]