TensorStore
tensorstore::IntersectsPrefix[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::IntersectsPrefix(const KeyRange& a,
                                       
    std::string_view prefix);

    Returns Intersects(a, KeyRange::Prefix(prefix)).

    Back to top
    Previous tensorstore::Intersects[KeyRange]
    Next tensorstore::LongestPrefix[KeyRange]