TensorStore
tensorstore::Contains[KeyRange, string]
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
        • Indexing
        • Data types
        • Array
        • Key-value storage
          • C Spec
          • C KvStore
          • C ByteRange
          • C OptionalByteRangeRequest
          • C StorageGeneration
          • C TimestampedStorageGeneration
          • C KeyRange
            • Constructors
            • Methods
            • Friend functions
            • Data members
            • Related Functions
              • F Contains [KeyRange, string]
              • F Contains [KeyRange, KeyRange]
              • F ContainsPrefix
              • F Intersect
              • F Intersects
              • F IntersectsPrefix
              • F LongestPrefix
        • 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.