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

Method get_current_domain

tiledb/sm/array_schema/array_schema.cc:1673–1675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1671}
1672
1673shared_ptr<CurrentDomain> ArraySchema::get_current_domain() const {
1674 return current_domain_;
1675}
1676
1677void ArraySchema::set_current_domain(shared_ptr<CurrentDomain> current_domain) {
1678 if (current_domain == nullptr) {

Callers 6

array_schema_to_capnpFunction · 0.45
storeMethod · 0.45
array_schema.ccFile · 0.45
processMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected