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

Function tiledb_array_close

tiledb/api/c_api/array/array_api.cc:187–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187capi_return_t tiledb_array_close(tiledb_array_t* array) {
188 ensure_array_is_valid(array);
189 throw_if_not_ok(array->close());
190 return TILEDB_OK;
191}
192
193capi_return_t tiledb_array_reopen(tiledb_array_t* array) {
194 ensure_array_is_valid(array);

Callers 15

write_sparse_arrayMethod · 0.85
unit_capi_array.ccFile · 0.85
write_sparse_arrayMethod · 0.85
~ordinary_arrayMethod · 0.85
closeMethod · 0.85
closeMethod · 0.85
check_metadataMethod · 0.85
check_metadataMethod · 0.85
check_metadataMethod · 0.85

Calls 3

ensure_array_is_validFunction · 0.85
throw_if_not_okFunction · 0.85
closeMethod · 0.45

Tested by 10

write_sparse_arrayMethod · 0.68
write_sparse_arrayMethod · 0.68
~ordinary_arrayMethod · 0.68
closeMethod · 0.68
writeMethod · 0.68
readMethod · 0.68
test_get_buffer_writeMethod · 0.68
test_get_buffer_readMethod · 0.68