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

Method open

tiledb/api/c_api/array/array_api_internal.h:243–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 Status open(
244 tiledb::sm::QueryType query_type,
245 tiledb::sm::EncryptionType enc_type,
246 const void* enc_key,
247 uint32_t key_length) {
248 return array_->open(query_type, enc_type, enc_key, key_length);
249 }
250
251 const shared_ptr<tiledb::sm::OpenedArray> opened_array() const {
252 return array_->opened_array();

Callers 5

tiledb_array_openFunction · 0.45
tiledb_array_deleteFunction · 0.45
unit_capi_array.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected