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

Method get_array

tiledb/sm/array_schema/test/unit_current_domain.cc:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266
267template <class T>
268shared_ptr<Array> CurrentDomainFx<T>::get_array(QueryType type) {
269 auto array = make_shared<Array>(HERE(), ctx_.resources(), uri_);
270 throw_if_not_ok(array->open(type, EncryptionType::NO_ENCRYPTION, nullptr, 0));
271 return array;
272}
273
274template <class T>
275shared_ptr<ArrayDirectory> CurrentDomainFx<T>::get_array_directory() {

Callers 1

Calls 3

throw_if_not_okFunction · 0.85
resourcesMethod · 0.80
openMethod · 0.45

Tested by

no test coverage detected