TensorStore
tensorstore::Contains[KeyRange, string]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
          • CSpec
          • CKvStore
          • CByteRange
          • COptionalByteRangeRequest
          • CStorageGeneration
          • CTimestampedStorageGeneration
          • CKeyRange
            • Constructors
            • Methods
            • Friend functions
            • Data members
            • Related Functions
              • FContains [KeyRange, string]
              • FContains [KeyRange, KeyRange]
              • FContainsPrefix
              • FIntersect
              • FIntersects
              • FIntersectsPrefix
              • FLongestPrefix
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/kvstore/key_range.h"
    bool tensorstore::Contains(const KeyRange& haystack,
                               
    std::string_view needle);

    Returns true if haystack contains the key needle.

    Back to top
    Previous tensorstore::KeyRange::exclusive_max
    Next tensorstore::Contains[KeyRange, KeyRange]