TensorStore
tensorstore::Schema::ApplyIndexTransform
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
      • API reference
        • Core
          • CBatch
          • CTransaction
          • CContext
          • CSchema
            • Methods
            • Types
            • Data members
            • Friend functions
              • FApplyIndexTransform
              • Foperator|
            • Related Types
          • CSpec
          • CTensorStore
        • 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.

    Back to top
    Previous tensorstore::Schema::IsOption
    Next tensorstore::Schema::operator|