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

Function tiledb_array_free

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

Source from the content-addressed store, hash-verified

108}
109
110void tiledb_array_free(tiledb_array_t** array) {
111 ensure_output_pointer_is_valid(array);
112 ensure_array_is_valid(*array);
113 tiledb_array_t::break_handle(*array);
114}
115
116capi_return_t tiledb_array_create(
117 tiledb_ctx_t* ctx,

Callers 15

write_sparse_arrayMethod · 0.85
unit_capi_array.ccFile · 0.85
write_sparse_arrayMethod · 0.85
~ordinary_arrayMethod · 0.85
ArrayMethod · 0.85
operator()Method · 0.85
check_metadataMethod · 0.85

Calls 2

ensure_array_is_validFunction · 0.85

Tested by 15

write_sparse_arrayMethod · 0.68
write_sparse_arrayMethod · 0.68
~ordinary_arrayMethod · 0.68
check_array_dataMethod · 0.68
write_fragmentMethod · 0.68
check_array_dataMethod · 0.68
write_fragmentMethod · 0.68
writeMethod · 0.68
readMethod · 0.68
test_get_buffer_writeMethod · 0.68