TensorStore
tensorstore::KeyRange::AddPrefix
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
              • FEmptyRange
              • FPrefix
              • FAddPrefix
              • FRemovePrefix
              • FRemovePrefixLength
              • FSuccessor
              • FSingleton
              • FPrefixExclusiveMax
              • FCompareKeyAndExclusiveMax
              • FCompareExclusiveMax
              • Fempty
              • Ffull
              • Fis_singleton
              • Fis_non_empty_prefix
            • Friend functions
            • Data members
            • Related Functions
        • 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"
    static KeyRange
    tensorstore::KeyRange::AddPrefix(std::string_view prefix,
                                     
    KeyRange range);

    Adds a prefix to both inclusive_min and exclusive_max.

    Back to top
    Previous tensorstore::KeyRange::Prefix
    Next tensorstore::KeyRange::RemovePrefix