MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / set_current_domain

Method set_current_domain

tiledb/sm/array_schema/array_schema.cc:1677–1684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1675}
1676
1677void ArraySchema::set_current_domain(shared_ptr<CurrentDomain> current_domain) {
1678 if (current_domain == nullptr) {
1679 throw ArraySchemaException(
1680 "The argument specified for setting the current domain on the "
1681 "schema is nullptr.");
1682 }
1683 current_domain_ = current_domain;
1684}
1685
1686} // namespace tiledb::sm
1687

Callers 1

Calls 1

Tested by

no test coverage detected