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

Method clone

tiledb/sm/array_schema/array_schema.cc:1336–1338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1334}
1335
1336shared_ptr<ArraySchema> ArraySchema::clone() const {
1337 return make_shared<ArraySchema>(HERE(), *this);
1338}
1339
1340void ArraySchema::set_allows_dups(bool allows_dups) {
1341 if (allows_dups && array_type_ == ArrayType::DENSE) {

Callers 1

evolve_schemaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected