TensorStore
tensorstore::Schema::ApplyIndexTransform
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • C Batch
          • C Transaction
          • C Context
          • C Schema
            • Methods
            • Types
            • Data members
            • Friend functions
              • F ApplyIndexTransform
              • F operator|
            • Related Types
          • C Spec
          • 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/schema.h"
    template <typename Expr>
      
    requires (!IsIndexTransform<std::remove_cvref_t<Expr>>)
    friend Result<Schema>
    tensorstore::Schema::ApplyIndexTransform(Expr&& expr, Schema schema);

    Transforms a Schema object by a DimExpression.