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-21 UTC."],[[["This document outlines the `KeySet` class within the Google Cloud Spanner C++ library, a regular type used to represent a collection of `Key`s."],["Users can create a `KeySet` instance and populate it with individual `Key`s or ranges of `Key`s, ensuring all keys within the `KeySet` have consistent value counts and types."],["The `KeySet::All()` function provides an option to create a `KeySet` instance that encompasses all possible keys."],["The `KeySet` class provides methods like `AddKey()` and `AddRange()` to add keys and ranges respectively, with examples provided for implementation."],["This document provides information regarding different versions of `KeySet`, with version 2.37.0 being the latest, and it shows several previous versions."]]],[]]