TensorStore
tensorstore::Spec::FromUrl
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • C Batch
          • C Transaction
          • C Context
          • C Schema
          • C Spec
            • Constructors
            • Methods
              • F valid
              • F dtype
              • F rank
              • F schema
              • F domain
              • F chunk_layout
              • F codec
              • F fill_value
              • F dimension_units
              • F kvstore
              • F transform
              • F base
              • F open_mode
              • F Set
              • F BindContext
              • F UnbindContext
              • F StripContext
              • F context_binding_state
              • F GetTransformForIndexingOperation
              • F FromUrl
              • F ToUrl
            • Friend functions
            • Related Types
            • Related Functions
          • C TensorStore
        • Indexing
        • Data types
        • Array
        • Key-value storage
        • Downsampling
        • Utilities
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    #include "tensorstore/spec.h"
    static Result<Spec> tensorstore::Spec::FromUrl(std::string_view url);

    Parses a Spec from its URL representation.