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

Method open

tiledb/sm/array/array.cc:386–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386Status Array::open(
387 QueryType query_type,
388 EncryptionType encryption_type,
389 const void* encryption_key,
390 uint32_t key_length) {
391 return Array::open(
392 query_type,
393 array_dir_timestamp_start_,
394 user_set_timestamp_end_.value_or(UINT64_MAX),
395 encryption_type,
396 encryption_key,
397 key_length);
398}
399
400Status Array::open(
401 QueryType query_type,

Callers 3

get_arrayMethod · 0.45
open_arrayMethod · 0.45

Calls 15

timestamp_startMethod · 0.95
LOG_STATUSFunction · 0.85
Status_ArrayErrorFunction · 0.85
ArrayExceptionClass · 0.85
encryption_type_enumFunction · 0.85
StatusExceptionClass · 0.85
throw_if_not_okFunction · 0.85
set_typeMethod · 0.80
okMethod · 0.80
c_strMethod · 0.80
metadataMethod · 0.80
strMethod · 0.80

Tested by 2

get_arrayMethod · 0.36
open_arrayMethod · 0.36