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` objects."],["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 types and quantities."],["The `KeySet::All()` function provides a way to represent a `KeySet` that includes all possible keys for a given index."],["`KeySet` objects can be constructed as empty, via copy, or via move, with corresponding assignment operators available."],["`KeySet` objects have the functions to `AddKey(Key)` and `AddRange(KeyBound, KeyBound)`, allowing for adding keys or a range of keys to the set respectively."]]],[]]