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"]],[["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-03-14 UTC."],[[["The `KeySet` class represents a collection of `Key`s in the Google Cloud Spanner C++ library, allowing users to define sets of keys."],["Users can create a `KeySet` instance and then add individual `Key`s or ranges of `Key`s to it, using methods such as `AddKey` and `AddRange`."],["The `KeySet::All()` method allows users to create a `KeySet` that represents all keys, useful for operations like deleting all rows in a table."],["The latest available release candidate for this functionality is version 2.37.0-rc, with numerous previous versions listed including 2.22.0, and all versions provide a link to the `KeySet` documentation."],["The caller is responsible for ensuring that all keys in a given `KeySet` instance contain the same number and types of values."]]],[]]