-
#include "tensorstore/schema.h"
- IndexDomain<> tensorstore::Schema::domain() const;
- explicit tensorstore::Schema::operator IndexDomain<>() const;
- absl::Status tensorstore::Schema::Set(IndexDomain<> value);
Specifies the domain.
The domain, if specified, is always a hard constraint. If an additional domain is specified when an existing domain has been set, the two domains are merged according to
MergeIndexDomains
(and it is an error if they are incompatible).