-
#include "tensorstore/schema.h"
- ChunkLayout tensorstore::Schema::chunk_layout() const;
- explicit tensorstore::Schema::operator ChunkLayout() const;
-
template <typename Option>
requires ChunkLayout::IsOption<Option>
absl::Status tensorstore::Schema::Set(Option value); Specifies the data storage layout.
If additional chunk layout constraints are specified when existing chunk layout constraints are set, they are merged.